mirror of
https://github.com/allexanderbergmns/xh1-research.git
synced 2026-08-26 17:07:01 +00:00
setup
This commit is contained in:
+8
-3
@@ -13,16 +13,21 @@
|
||||
# Other OpenAI-compatible providers:
|
||||
# https://example.com/v1
|
||||
|
||||
API_BASE_URL="https://api.openai.com/v1"
|
||||
API_BASE_URL="https://openrouter.ai/api/v1"
|
||||
|
||||
# Environment variable containing your API key.
|
||||
API_KEY_ENV="OPENAI_API_KEY"
|
||||
API_KEY_ENV="OPENROUTER_API_KEY"
|
||||
|
||||
|
||||
# Model to use.
|
||||
MODEL="YOUR_MODEL_HERE"
|
||||
MODEL="minimax/minimax-m3:free"
|
||||
RESEARCH_MODEL="minimax/minimax-m3:free"
|
||||
REVIEW_MODEL="minimax/minimax-m3:free"
|
||||
REVISION_MODEL="minimax/minimax-m3:free"
|
||||
|
||||
# Retry failed API calls.
|
||||
MAX_RETRIES=3
|
||||
MAX_RESEARCH_ROUNDS=4
|
||||
|
||||
# Delay between research tasks.
|
||||
DELAY_SECONDS=5
|
||||
|
||||
Reference in New Issue
Block a user