one-api/relay/channel/ollama/constants.go
JustSong 2dcef85285
Some checks failed
Publish Docker image (amd64, English) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
feat: support ollama now (close #870)
2024-03-14 01:02:47 +08:00

6 lines
63 B
Go

package ollama
var ModelList = []string{
"qwen:0.5b-chat",
}