default ollama model to llama3
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user