amkyawdev commited on
Commit
e5b306a
·
verified ·
1 Parent(s): cdd9cc5

Update app_fastapi.py

Browse files
Files changed (1) hide show
  1. 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 = "inclusionai/ling-2.6-1t:free"
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.