chore: update ollama models

This commit is contained in:
JustSong 2024-04-26 23:12:39 +08:00
parent 9026ec7510
commit ea210b6ed7

View File

@ -1,5 +1,11 @@
package ollama
var ModelList = []string{
"codellama:7b-instruct",
"llama2:7b",
"llama2:latest",
"llama3:latest",
"phi3:latest",
"qwen:0.5b-chat",
"qwen:7b",
}