setiyanikhil3 commited on
Commit
c080642
·
verified ·
1 Parent(s): b5c0bd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from datetime import datetime
9
  load_dotenv()
10
 
11
  # Initialize Groq client
12
- client = Groq(api_key=os.getenv("GROQ_API_KEY"))
13
 
14
  def load_system_prompt():
15
  """Load and decode the system prompt from the config file"""
 
9
  load_dotenv()
10
 
11
  # Initialize Groq client
12
+ client = Groq(api_key=os.getenv("GROQ_API_KEY"), http_client=None)
13
 
14
  def load_system_prompt():
15
  """Load and decode the system prompt from the config file"""