Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Add Cloudflare Workers AI #2317

Open
1 task done
lludlow opened this issue Apr 5, 2024 · 1 comment
Open
1 task done

Enhancement: Add Cloudflare Workers AI #2317

lludlow opened this issue Apr 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@lludlow
Copy link

lludlow commented Apr 5, 2024

What features would you like to see added?

Add support for chat models, but also embedding, image-generating, tts, etc. via plugin for Cloudflare Workers AI

More details

Cloudflare provides various AI models as well as generous free allocation.

Which components are impacted by your request?

Endpoints

Pictures

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@lludlow lludlow added the enhancement New feature or request label Apr 5, 2024
@whalygood
Copy link

It is already possible to integrate Cloudflare Workers AI with LibreChat by configuring a custom AI provider through the LiteLLM proxy. This translates the OpenAI style calls into something the Workers AI API can understand.

https://autoize.com/llama-3-on-cloudflare-workers-ai-ai-at-the-edge/

I even have it functioning with the latest model, Llama 3 8B Instruct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants