Update app.py
Browse files
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 |
|