JunchuanYu commited on
Commit
800e3a2
1 Parent(s): d1a7ac1

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -37,7 +37,7 @@ ssl_error_prompt = "SSL error"
37
  no_apikey_msg = "please check whether the input is correct"
38
 
39
  max_token_streaming = 3500
40
- timeout_streaming = 35
41
  max_token_all = 3500
42
  timeout_all = 200
43
  enable_streaming_option = True
 
37
  no_apikey_msg = "please check whether the input is correct"
38
 
39
  max_token_streaming = 3500
40
+ timeout_streaming = 200
41
  max_token_all = 3500
42
  timeout_all = 200
43
  enable_streaming_option = True