File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments