mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-07 01:03:41 +08:00
chore: update ollama models
This commit is contained in:
@@ -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",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user