Skip to content

Commit e43426f

Browse files
authored
chore: update google models of envfile
1 parent 8decfb2 commit e43426f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ OPENAI_BASE_URL="https://api.openai.com/v1"
1212

1313
# Optional: Specify the exact models to map haiku/sonnet to.
1414
# If PREFERRED_PROVIDER=google, these MUST be valid Gemini model names known to the server.
15-
# Defaults to gemini-2.5-pro-preview-03-25 and gemini-2.0-flash if PREFERRED_PROVIDER=google.
15+
# Defaults to gemini-2.5-pro and gemini-2.5-flash if PREFERRED_PROVIDER=google.
1616
# Defaults to gpt-4.1 and gpt-4.1-mini if PREFERRED_PROVIDER=openai.
1717
# These are IGNORED when PREFERRED_PROVIDER=anthropic (models are not remapped).
1818
# BIG_MODEL="gpt-4.1"
1919
# SMALL_MODEL="gpt-4.1-mini"
2020

2121
# Example Google mapping:
2222
# PREFERRED_PROVIDER="google"
23-
# BIG_MODEL="gemini-2.5-pro-preview-03-25"
24-
# SMALL_MODEL="gemini-2.0-flash"
23+
# BIG_MODEL="gemini-2.5-pro"
24+
# SMALL_MODEL="gemini-2.05-flash"
2525

2626
# Example "just an Anthropic proxy" mode:
2727
# PREFERRED_PROVIDER="anthropic"

0 commit comments

Comments
 (0)