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

Enable to use queue service you like😘 #9

Closed uezo closed 8 months ago

uezo commented 8 months ago

To use your custom queue using services like Azure or AWS, make your QueueClient and set it to both AccessLogWorker and Proxy.

NOTE: AzureStorageQueueClient is an experimental implementation. DO NOT USE, just see to know how to make your custom QueueClient.

uezo commented 8 months ago

Related to: #2