uezo / aiproxy

🦉AIProxy is a reverse proxy for ChatGPT API that provides monitoring, logging, and filtering requests and responses.
Apache License 2.0
38 stars 1 forks source link

Finalize aborted requests #4

Closed uezo closed 8 months ago

uezo commented 8 months ago

Proxy put the chunk for finalize the request after the last chunk.

https://github.com/uezo/aiproxy/blob/1a2bc1c488971dd545c009bb22eba955bbfd18e9/aiproxy/chatgpt.py#L149