Spaces:
Running
Running
Update app.py
#1
by
JenetGhumman
- opened
app.py
CHANGED
@@ -2,7 +2,7 @@ from groq import Groq
|
|
2 |
import gradio as gr
|
3 |
import os
|
4 |
|
5 |
-
client = Groq(api_key=os.getenv("
|
6 |
|
7 |
def get_chatbot_response(user_message, country, language, conversation_history):
|
8 |
|
|
|
2 |
import gradio as gr
|
3 |
import os
|
4 |
|
5 |
+
client = Groq(api_key=os.getenv("groqkey"))
|
6 |
|
7 |
def get_chatbot_response(user_message, country, language, conversation_history):
|
8 |
|