rajrakeshdr commited on
Commit
5161994
·
1 Parent(s): f168dd1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ class SearchQuery(BaseModel):
16
  llm = ChatGroq(
17
  temperature=0.7,
18
  model_name="mixtral-8x7b-32768",
19
- groq_api_key="gsk_your_actual_api_key_here" # Replace with your actual Groq API key
20
  )
21
 
22
  prompt_template = PromptTemplate(
 
16
  llm = ChatGroq(
17
  temperature=0.7,
18
  model_name="mixtral-8x7b-32768",
19
+ groq_api_key="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" # Replace with your actual Groq API key
20
  )
21
 
22
  prompt_template = PromptTemplate(