Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,10 @@ def setup_retrieval(df):
|
|
74 |
# --------------------------
|
75 |
# Groq API Setup
|
76 |
# --------------------------
|
77 |
-
client = Groq(
|
|
|
|
|
|
|
78 |
|
79 |
def movie_expert(query, context):
|
80 |
prompt = f"""You are a film expert. Answer using this context:
|
|
|
74 |
# --------------------------
|
75 |
# Groq API Setup
|
76 |
# --------------------------
|
77 |
+
client = Groq(
|
78 |
+
api_key="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",
|
79 |
+
# Remove any proxy arguments if present
|
80 |
+
)
|
81 |
|
82 |
def movie_expert(query, context):
|
83 |
prompt = f"""You are a film expert. Answer using this context:
|