Merge pull request #1 from realprogrammersusevim/fix_api_url

fix: update default openrouter api url
This commit is contained in:
Nenad Ilic 2025-07-23 21:35:19 +02:00 committed by GitHub
commit 812509add4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
TARGET_API_BASE=https://api.openrouter.ai/v1
TARGET_API_BASE=https://openrouter.ai/api/v1
TARGET_API_KEY=<your_provider_key>
BIG_MODEL_TARGET=openai/gpt-4.1
SMALL_MODEL_TARGET=openai/gpt-4.1-mini