iisadia commited on
Commit
d4cb480
·
verified ·
1 Parent(s): b711917

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -74,7 +74,10 @@ def setup_retrieval(df):
74
  # --------------------------
75
  # Groq API Setup
76
  # --------------------------
77
- client = Groq(api_key="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")
 
 
 
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: