AnjanSB commited on
Commit
c21644f
·
verified ·
1 Parent(s): 9d483b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ if not api_key:
14
  client = AsyncOpenAI(
15
  api_key=api_key,
16
  base_url="https://api.groq.com/openai/v1",
17
- timeout=120.0
18
  )
19
 
20
  def sanitize_messages(history):
 
14
  client = AsyncOpenAI(
15
  api_key=api_key,
16
  base_url="https://api.groq.com/openai/v1",
17
+ timeout=1200.0
18
  )
19
 
20
  def sanitize_messages(history):