ading2210 / vercel-llm-api

A reverse engineered Python API wrapper for the Vercel AI Playground, which provides free access to many large language models without needing an account.
https://pypi.org/project/vercel-llm-api
GNU General Public License v3.0
159 stars 13 forks source link

feat: proxy rotation #20

Closed Ivang71 closed 1 year ago

Ivang71 commented 1 year ago

There's been some complaints of the users hitting Vercel api rate limit. So here is an implementation of changing proxies.

mak448a commented 1 year ago

I got an error from this pull request: self.request_wrapped doesn't exist. I tried changing it to self.request_sync, but http error 429 happens still.