Skip to content

Commit

Permalink
docs: add FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZilinXiao committed Mar 2, 2023
1 parent f712320 commit 5cb5896
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.vscode/
172.17*
test*.sh
upload*.sh
debug/
.env
.ipynb_checkpoints
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ WIP
A: `code-davinci-002` or other similar OpenAI endpoints apply strict token-level rate limit, even if you upgrade to pay-as-you-go user. Simple batching would not solve this.
2. Q: Why don't you use multithreading?
A: :) Do not want to handling race condition, even if GIL's presence.
### Acknowledgement
[openai-cookbook](https://github.com/openai/openai-cookbook)
Expand All @@ -113,7 +117,7 @@ WIP
- [ ] Generations
- [ ] ChatCompletions
- [ ] Better back-off strategy for maximum throughput.
- [ ] Properly handling exceptions raised by OpenAI API.
- [x] Properly handling exceptions raised by OpenAI API.
- [ ] Automatic rotation of tons of OpenAI API Keys. (Removing invaild, adding new, etc.)
Expand Down

0 comments on commit 5cb5896

Please sign in to comment.