default retreis
This commit is contained in:
parent
2e3ce19631
commit
1d8b365907
|
@ -46,8 +46,8 @@ openai:
|
||||||
model: gpt-3.5-turbo
|
model: gpt-3.5-turbo
|
||||||
|
|
||||||
# If the API doesn't generate a response within 5 seconds, the request is re-sent.
|
# If the API doesn't generate a response within 5 seconds, the request is re-sent.
|
||||||
# This controls how many times a retry is preformed.
|
# This controls how many times a request is tried.
|
||||||
api_retries: 3
|
api_retries: 2
|
||||||
|
|
||||||
# Leave at 0 for fully deterministic output.
|
# Leave at 0 for fully deterministic output.
|
||||||
# Range is 0 to 2
|
# Range is 0 to 2
|
||||||
|
|
Loading…
Reference in New Issue