Update app.py
Browse files
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("
|
| 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 = (
|