NyashaK commited on
Commit
f3a6e86
·
verified ·
1 Parent(s): 9e50b65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ async def set_starters():
91
  @cl.on_chat_start
92
  async def start():
93
  cl.user_session.set("llm", OpenRouter(
94
- model="shisa-ai/shisa-v2-llama3.3-70b:free",
95
  temperature=0.1,
96
  max_tokens=1024,
97
  api_key=os.getenv("API_KEY")
 
91
  @cl.on_chat_start
92
  async def start():
93
  cl.user_session.set("llm", OpenRouter(
94
+ model="moonshotai/kimi-k2:free",
95
  temperature=0.1,
96
  max_tokens=1024,
97
  api_key=os.getenv("API_KEY")