-
I have about 0.5 million questions to ask.. What is the best way to do this? Is there someone who has already implemented it? Thanks. My concern are high latency and credit limitaion. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can run multiple operations simultaneously via multi-threading. Python is not the best option for this due to high memory usage. You can port this library to Go since the Official API is available.
The model |
Beta Was this translation helpful? Give feedback.
-
@acheong08 , Where is official api document for converstion _id and parent_id? |
Beta Was this translation helpful? Give feedback.
You can run multiple operations simultaneously via multi-threading. Python is not the best option for this due to high memory usage. You can port this library to Go since the Official API is available.
The model
text-chat-davinci-002-20221122
is completely free. Rate limit is 50 requests per minute. You can cycle multiple API keys to get around that.