How to add cloudflare workers AI via litellm proxy UI? #4513
Unanswered
tan-yong-sheng
asked this question in
Q&A
Replies: 1 comment
-
I put these on config.yaml instead
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since cloudflare has officially supported OpenAI-compatible api for Cloudflare workers AI (see https://developers.cloudflare.com/workers-ai/configuration/open-ai-compatibility/), I'm thinking how we could we add it into llmlite proxy UI?
For example, the sample API_BASE_URL will be "https://api.cloudflare.com/client/v4/accounts/${env.CLOUDFLARE_ACCOUNT_ID}/ai/v1"
Here is the UI that I am tinkering with to add in this Cloudflare Workers AI....
Hope for help, thanks.
Beta Was this translation helpful? Give feedback.
All reactions