brotee commited on
Commit
8d74896
Β·
verified Β·
1 Parent(s): d5ebf5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -67,6 +67,9 @@ def google_search(query):
67
  # !pip install gradio
68
 
69
  # ----------------------------------
 
 
 
70
  from groq import Groq
71
  client = Groq(api_key=GROQ_API_KEY)
72
 
 
67
  # !pip install gradio
68
 
69
  # ----------------------------------
70
+ GROQ_API_KEY = os.getenv("GROQ_API_KEY")
71
+ GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
72
+
73
  from groq import Groq
74
  client = Groq(api_key=GROQ_API_KEY)
75