default ollama model to llama3
parent
12de99da57
commit
9d7f69bd8a
|
|
@ -49,7 +49,7 @@ func newConfig(ctx context.Context) (Config, error) {
|
|||
func newConfigFromEnv(ctx context.Context, getEnv func(string) string) (Config, error) {
|
||||
def := Config{
|
||||
Port: 38080,
|
||||
OllamaModel: "gemma:2b",
|
||||
OllamaModel: "llama3",
|
||||
AssetPattern: renderAssetPattern,
|
||||
DatacenterPattern: renderDatacenterPattern,
|
||||
EventNamePattern: renderEventNamePattern,
|
||||
|
|
|
|||
Loading…
Reference in New Issue