fix it to use env vars if available (#1063)

This commit is contained in:
Michael Neale
2025-02-04 19:11:30 +11:00
committed by GitHub
parent 3f23061831
commit dd55c42342
6 changed files with 22 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ export const azure_openai_models = ['gpt-4o'];
export const default_models = {
openai: 'gpt-4o',
anthropic: 'claude-3-5-sonnet-latest',
databricks: 'claude-3-5-sonnet-2',
databricks: 'goose',
google: 'gemini-2.0-flash-exp',
groq: 'llama-3.3-70b-versatile',
openrouter: 'anthropic/claude-3.5-sonnet',