gabruarya commited on
Commit
6407d03
1 Parent(s): dbf186d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def initialize_session_state():
38
  if "conversation" not in st.session_state:
39
  # llama = LlamaAPI(st.secrets["LlamaAPI"])
40
  # model = ChatLlamaAPI(client=llama)
41
- chat = ChatGroq(temperature=0.5, groq_api_key=st.secrets["Groq_api"], model_name="llama3-70b-8192")
42
 
43
  embeddings = download_hugging_face_embeddings()
44
 
 
38
  if "conversation" not in st.session_state:
39
  # llama = LlamaAPI(st.secrets["LlamaAPI"])
40
  # model = ChatLlamaAPI(client=llama)
41
+ chat = ChatGroq(temperature=0.5, groq_api_key=st.secrets["Groq_api"], model_name="mixtral-8x7b-32768")
42
 
43
  embeddings = download_hugging_face_embeddings()
44