Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmerja authored Jan 8, 2025
1 parent e283502 commit 5b47161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func Load() (*Config, error) {
Port: getEnvOrDefault("PORT", "8080"),
APIKey: os.Getenv("API_KEY"),
OllamaURL: getEnvOrDefault("OLLAMA_URL", "http://localhost:11434/api"),
OllamaModel: getEnvOrDefault("OLLAMA_MODEL", "phi"),
OllamaModel: getEnvOrDefault("OLLAMA_MODEL", "phi4"),
RateLimit: rateLimit,
AllowedOrigins: []string{"*"}, // Configure as needed
}, nil
Expand Down

0 comments on commit 5b47161

Please sign in to comment.