Spaces:
Sleeping
Sleeping
Update ai_handler.py
Browse files- ai_handler.py +2 -1
ai_handler.py
CHANGED
|
@@ -128,7 +128,8 @@ Remember: Be helpful, friendly, and professional. Keep responses natural and con
|
|
| 128 |
}
|
| 129 |
|
| 130 |
payload = {
|
| 131 |
-
"model": "llama-3.1-8b-instant",
|
|
|
|
| 132 |
"messages": [
|
| 133 |
{"role": "system", "content": self.system_prompt},
|
| 134 |
{"role": "user", "content": context}
|
|
|
|
| 128 |
}
|
| 129 |
|
| 130 |
payload = {
|
| 131 |
+
# "model": "llama-3.1-8b-instant",
|
| 132 |
+
"model": "llama3-8b-8192",
|
| 133 |
"messages": [
|
| 134 |
{"role": "system", "content": self.system_prompt},
|
| 135 |
{"role": "user", "content": context}
|