67Ayush87 commited on
Commit
acae1ee
·
verified ·
1 Parent(s): a108fb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ model = HuggingFaceEndpoint(
20
 
21
  chat_model = ChatHuggingFace(
22
  llm=model,
23
- repo_id="meta-llama/Llama-3.2-3B-Instruct",
24
  provider="nebius",
25
  temperature=0.6,
26
  max_new_tokens=300,
 
20
 
21
  chat_model = ChatHuggingFace(
22
  llm=model,
23
+ repo_id="Qwen/Qwen3-32B",
24
  provider="nebius",
25
  temperature=0.6,
26
  max_new_tokens=300,