diff --git a/README.md b/README.md index a3db86a6a33..556e8582089 100644 --- a/README.md +++ b/README.md @@ -713,9 +713,6 @@ You can find the list of models available on Cloudflare [here](https://developer } ``` -> [!NOTE] -> Cloudlare Workers AI currently do not support custom sampling parameters like temperature, top_p, etc. - #### Cohere You can also use Cohere to run their models directly from chat-ui. You will need to have a Cohere account, then get your [API token](https://dashboard.cohere.com/api-keys). You can either specify it directly in your `.env.local` using the `COHERE_API_TOKEN` variable, or you can set it in the endpoint config. diff --git a/docs/source/configuration/models/providers/cloudflare.md b/docs/source/configuration/models/providers/cloudflare.md index b78fb4f1ac1..43567f3c16a 100644 --- a/docs/source/configuration/models/providers/cloudflare.md +++ b/docs/source/configuration/models/providers/cloudflare.md @@ -33,9 +33,3 @@ MODELS=`[ } ]` ``` - - - -Cloudlare Workers AI currently do not support custom sampling parameters like temperature, top_p, etc. - -