Spaces:
Sleeping
Sleeping
budhadityac24
commited on
Commit
•
2244d12
1
Parent(s):
d513b0d
Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,8 @@ def get_current_weather(location):
|
|
65 |
|
66 |
def get_response(input_text):
|
67 |
client = Groq(
|
68 |
-
|
69 |
-
)
|
70 |
tools = [
|
71 |
{
|
72 |
"type": "function",
|
|
|
65 |
|
66 |
def get_response(input_text):
|
67 |
client = Groq(
|
68 |
+
api_key=os.getenv("GROQ_API_KEY"),
|
69 |
+
)
|
70 |
tools = [
|
71 |
{
|
72 |
"type": "function",
|