how to support openai async api?
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 39.5k
- Forks
- 4.8k
- PR merge metrics
- No merged PRs in 30d
Description
yeah,In practice, asynchronous operations on OpenAI interfaces such as OpenAI. ChatCompletion.acreate。 The model cannot be properly corresponded, how do I adjust the code in the openai_server.py?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading openai_server.py and tracing the existing ChatCompletion request path. Clarify which asynchronous OpenAI interface and server behavior are required before changing code; done means the requested async operation is supported and verified with an appropriate server test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100