Spaces:
Sleeping
Sleeping
Update utils/qa.py
Browse files- utils/qa.py +1 -1
utils/qa.py
CHANGED
@@ -38,7 +38,7 @@ def set_custom_prompt():
|
|
38 |
return prompt
|
39 |
|
40 |
|
41 |
-
chat_model = ChatGroq(temperature=0, model_name="
|
42 |
#chat_model = ChatGroq(temperature=0, model_name="Llama2-70b-4096")
|
43 |
#chat_model = ChatOllama(model="llama2", request_timeout=30.0)
|
44 |
|
|
|
38 |
return prompt
|
39 |
|
40 |
|
41 |
+
chat_model = ChatGroq(temperature=0, model_name="mixtral-8x7b-32768")
|
42 |
#chat_model = ChatGroq(temperature=0, model_name="Llama2-70b-4096")
|
43 |
#chat_model = ChatOllama(model="llama2", request_timeout=30.0)
|
44 |
|