NEXAS commited on
Commit
225d962
1 Parent(s): 6950546

Update utils/qa.py

Browse files
Files changed (1) hide show
  1. 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="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
 
 
38
  return prompt
39
 
40
 
41
+ chat_model = ChatGroq(temperature=0, model_name="llama3-70b-8192")
42
  #chat_model = ChatGroq(temperature=0, model_name="Llama2-70b-4096")
43
  #chat_model = ChatOllama(model="llama2", request_timeout=30.0)
44