ai-gateway/relay/adaptor/ollama/constants.go

12 lines
167 B
Go
Raw Normal View History

2024-03-13 17:02:47 +00:00
package ollama
var ModelList = []string{
2024-04-26 15:12:39 +00:00
"codellama:7b-instruct",
"llama2:7b",
"llama2:latest",
"llama3:latest",
"phi3:latest",
2024-03-13 17:02:47 +00:00
"qwen:0.5b-chat",
2024-04-26 15:12:39 +00:00
"qwen:7b",
2024-03-13 17:02:47 +00:00
}