budhadityac24 commited on
Commit
2244d12
1 Parent(s): d513b0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ def get_current_weather(location):
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",
 
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",