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

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.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"
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.