Spaces:
Sleeping
Sleeping
| # Inference settings | |
| API_BASE_URL=https://router.huggingface.co/v1 | |
| MODEL_NAME=Qwen/Qwen2.5-72B-Instruct | |
| HF_TOKEN= | |
| # Environment connection | |
| LOCAL_IMAGE_NAME=search_env-env:latest | |
| ENV_BASE_URL= | |
| # Inference runner settings | |
| NUM_EPISODES=1 | |
| MAX_STEPS= | |
| MAX_CONTEXT_TOKENS=500 | |
| SEARCH_TOP_K=5 | |
| READ_TOP_K=2 | |
| TEMPERATURE=0.2 | |
| MAX_COMPLETION_TOKENS=160 | |
| LOG_FILE=logs/inference.json | |
| # Data generation (requires `uv sync --extra datagen`) | |
| ANTHROPIC_API_KEY= | |
| SERPER_API_KEY= | |
| JINA_API_KEY= | |
| OPENAI_API_KEY= | |
| CHROMA_API_KEY= | |
| CHROMA_DATABASE= | |