diff --git a/config.go b/config.go index c6a61e9..c5cadbb 100644 --- a/config.go +++ b/config.go @@ -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,