Spaces:
Build error
Build error
Update app.py
Browse files
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="
|
| 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 |
|