We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
any hints?
The text was updated successfully, but these errors were encountered:
streaming mode
Sorry, something went wrong.
没办法,强制单线程先:
async def handle_post_chat_completions(self, request): async with self._lock: data = await request.json() if DEBUG >= 2: print(f"[ChatGPTAPI] Handling chat completions request from {request.remote}: {data}") stream = data.get("stream", False)
I've also appeared
No branches or pull requests
any hints?
The text was updated successfully, but these errors were encountered: