tokenFactory/relay/channel/ollama/constants.go

8 lines
86 B
Go

package ollama
var ModelList = []string{
"llama3-7b",
}
var ChannelName = "ollama"