Spaces:
Sleeping
Sleeping
Update app_config.py
Browse files- app_config.py +1 -1
app_config.py
CHANGED
@@ -76,7 +76,7 @@ def get_vectorstore():
|
|
76 |
return vectorstore
|
77 |
|
78 |
|
79 |
-
chat = ChatGroq(temperature=0, groq_api_key="
|
80 |
rag_memory = ConversationSummaryBufferMemory(llm=chat, max_token_limit=3000)
|
81 |
|
82 |
my_vector_store = get_vectorstore()
|
|
|
76 |
return vectorstore
|
77 |
|
78 |
|
79 |
+
chat = ChatGroq(temperature=0, groq_api_key="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", model_name="llama3-8b-8192", streaming=True)
|
80 |
rag_memory = ConversationSummaryBufferMemory(llm=chat, max_token_limit=3000)
|
81 |
|
82 |
my_vector_store = get_vectorstore()
|