-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or requestroadmap-featureThis issue will be implemented in the roadmap of features for Olla.This issue will be implemented in the roadmap of features for Olla.
Description
I'd like to be able to use olla with Cloudflare Workers AI, but for one reason or another it's open ai compatibility doesn't include /v1/models. Something that I think traceloop/hub does well is that it allows you to define providers and models more explicity.
Their config would allow something like this as I understand it:
providers:
- key: cloudflare
type: openai
api_key: ...
base_url: ...
models:
- key: llama-test
type: @cf/meta/llama-3.2-1b-instruct
provider: cloudflareReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestroadmap-featureThis issue will be implemented in the roadmap of features for Olla.This issue will be implemented in the roadmap of features for Olla.