added some models
This commit is contained in:
parent
7e59f87493
commit
3947fa222b
@ -33,3 +33,7 @@ ollama pull stablelm-zephyr
|
||||
ollama pull neural-chat
|
||||
|
||||
ollama pull mistral-openorca
|
||||
|
||||
ollama pull deepseek-llm:7b-chat
|
||||
|
||||
ollama pull wizard-vicuna-uncensored
|
@ -49,6 +49,8 @@ class ollamarama:
|
||||
'stablelm-zephyr': 'ollama/stablelm-zephyr',
|
||||
'neural-chat': 'ollama/neural-chat',
|
||||
'mistral-openorca': 'ollama/mistral-openorca',
|
||||
'deepseek-llm': 'ollama/deepseek-llm:7b-chat',
|
||||
'wizard-vicuna-uncensored': 'ollama/wizard-vicuna-uncensored'
|
||||
|
||||
}
|
||||
#set model
|
||||
|
Loading…
x
Reference in New Issue
Block a user