budikomarudin commited on
Commit
81fa058
·
verified ·
1 Parent(s): de7cb69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ llm = ChatOpenAI(
8
  base_url="https://api.featherless.ai/v1/",
9
  api_key=api_key,
10
  streaming=True,
11
- model="Qwen/Qwen3-32B",
12
  )
13
 
14
  def respond(
 
8
  base_url="https://api.featherless.ai/v1/",
9
  api_key=api_key,
10
  streaming=True,
11
+ model="mistralai/Magistral-Small-2506",
12
  )
13
 
14
  def respond(