JenetGhumman commited on
Commit
c192700
·
verified ·
1 Parent(s): 620716e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from groq import Groq
4
  import gradio as gr
5
  from gtts import gTTS
6
 
7
- client = Groq(api_key=os.getenv("GROQ_API_KEY"))
8
 
9
  def get_chatbot_response(user_message, country, language, conversation_history):
10
  system_message = (
 
4
  import gradio as gr
5
  from gtts import gTTS
6
 
7
+ client = Groq(api_key=os.getenv("groqkey"))
8
 
9
  def get_chatbot_response(user_message, country, language, conversation_history):
10
  system_message = (