Spaces:
Sleeping
Sleeping
Commit
·
5161994
1
Parent(s):
f168dd1
asdf
Browse files
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="
|
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(
|