chore: update ollama models
This commit is contained in:
parent
9026ec7510
commit
ea210b6ed7
@ -1,5 +1,11 @@
|
|||||||
package ollama
|
package ollama
|
||||||
|
|
||||||
var ModelList = []string{
|
var ModelList = []string{
|
||||||
|
"codellama:7b-instruct",
|
||||||
|
"llama2:7b",
|
||||||
|
"llama2:latest",
|
||||||
|
"llama3:latest",
|
||||||
|
"phi3:latest",
|
||||||
"qwen:0.5b-chat",
|
"qwen:0.5b-chat",
|
||||||
|
"qwen:7b",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user