naman1102 commited on
Commit
6601589
·
1 Parent(s): 1daaf06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -32,7 +32,8 @@ class BasicAgent:
32
 
33
  # Initialize LLM client
34
  self.llm = InferenceClient(
35
- model="Qwen/Qwen2.5-Coder-7B-Instruct",
 
36
  token=HF_TOKEN
37
  )
38
 
 
32
 
33
  # Initialize LLM client
34
  self.llm = InferenceClient(
35
+ # model="Qwen/Qwen2.5-Coder-7B-Instruct",
36
+ model = "mistralai/Mistral-7B-Instruct-v0.2",
37
  token=HF_TOKEN
38
  )
39