-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Put a short timeout and retry 3 times to make OpenAI calls more robus…
…t, since their API is not incredibly reliable, but if it takes too long it's usually a sign you should cut short and try again, specially since we are using streaming mode
- Loading branch information
1 parent
47f6848
commit 738b707
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ colorama | |
# Contrib | ||
openai | ||
gpt4all | ||
retry | ||
|
||
# Function parsing | ||
docstring_parser | ||
|