Spaces:
Running
Running
Adityahulk
commited on
Commit
·
3768c4a
1
Parent(s):
dad5e7d
example envs
Browse files- .env.example +8 -0
.env.example
CHANGED
|
@@ -5,6 +5,14 @@ PDF_RETRY_MODEL=gemini/gemini-2.0-flash-exp #Optional, only if you want to retry
|
|
| 5 |
CODE_GEN_MODEL=openrouter/deepseek/deepseek-chat:free
|
| 6 |
CODE_GEN_FALLBACK_MODEL=openrouter/anthropic/claude-sonnet-4 # Optional fallback model
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
# ============================================================================
|
| 9 |
# Reflexion Agent Configuration
|
| 10 |
# ============================================================================
|
|
|
|
| 5 |
CODE_GEN_MODEL=openrouter/deepseek/deepseek-chat:free
|
| 6 |
CODE_GEN_FALLBACK_MODEL=openrouter/anthropic/claude-sonnet-4 # Optional fallback model
|
| 7 |
|
| 8 |
+
# ============================================================================
|
| 9 |
+
# Streamlit Deployment Mode
|
| 10 |
+
# ============================================================================
|
| 11 |
+
# DIRECT_MODE: When true, Streamlit app directly executes generation code
|
| 12 |
+
# without needing the FastAPI server. Perfect for Hugging Face Spaces.
|
| 13 |
+
# When false, it uses the API server (good for local development).
|
| 14 |
+
DIRECT_MODE=true
|
| 15 |
+
|
| 16 |
# ============================================================================
|
| 17 |
# Reflexion Agent Configuration
|
| 18 |
# ============================================================================
|