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

Switch from official API client to httpx #25

Closed uezo closed 3 months ago

uezo commented 3 months ago

Replace official LLM API client with httpx.

This change involves switching from using the official LLM API client to directly handling HTTP requests and responses using httpx.

The primary reasons for this change include performance improvements, standardization of processing, and enhanced maintainability. This update should make the system more efficient and easier to manage.