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