Spaces:
Sleeping
Sleeping
Update app_fastapi.py
Browse files- app_fastapi.py +1 -1
app_fastapi.py
CHANGED
|
@@ -15,7 +15,7 @@ import httpx
|
|
| 15 |
# Configuration
|
| 16 |
OPENROUTER_API_KEY = os.getenv("OPENROUTER_API_KEY", "")
|
| 17 |
OPENROUTER_API_URL = "https://openrouter.ai/api/v1"
|
| 18 |
-
DEFAULT_MODEL = "
|
| 19 |
|
| 20 |
# System prompts
|
| 21 |
DEEP_THINKING_PROMPT = """You are an advanced AI coding assistant with enhanced deep thinking capabilities.
|
|
|
|
| 15 |
# Configuration
|
| 16 |
OPENROUTER_API_KEY = os.getenv("OPENROUTER_API_KEY", "")
|
| 17 |
OPENROUTER_API_URL = "https://openrouter.ai/api/v1"
|
| 18 |
+
DEFAULT_MODEL = "deepseek/deepseek-v4-flash"
|
| 19 |
|
| 20 |
# System prompts
|
| 21 |
DEEP_THINKING_PROMPT = """You are an advanced AI coding assistant with enhanced deep thinking capabilities.
|