Navanjana commited on
Commit
1f16356
1 Parent(s): 8c7e2a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import gradio as gr
10
  openai.api_key = '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' # Replace with your actual API key
11
 
12
  # Set up Google SERP API credentials
13
- serp_api_key = '03c74289238ba82d2889379e7a958a07b56c45de' # Replace with your actual Google SERP API key
14
 
15
  # Function to send a message and receive a response from the chatbot
16
  def chat(message):
 
10
  openai.api_key = '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' # Replace with your actual API key
11
 
12
  # Set up Google SERP API credentials
13
+ serp_api_key = '5924c6cfe5fec240e39838ff06439c8d36d294a0' # Replace with your actual Google SERP API key
14
 
15
  # Function to send a message and receive a response from the chatbot
16
  def chat(message):