HarshSanghavi commited on
Commit
4953b6a
·
verified ·
1 Parent(s): b3f99e2

Update app_config.py

Browse files
Files changed (1) hide show
  1. 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="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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()
 
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()