From 187ef20b8108b243ade67a462c03ee0d9e297d20 Mon Sep 17 00:00:00 2001 From: Kody Jackson Date: Thu, 30 May 2024 08:44:09 -0500 Subject: [PATCH 1/2] Update README.md Based on https://developers.cloudflare.com/api/operations/workers-ai-post-run-cf-deepseek-ai-deepseek-math-7b-instruct#request-body, this is no longer accurate --- README.md | 3 --- 1 file changed, 3 deletions(-) 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. From 4f54f92dca0bd5620aa3339cca1477e853a553ef Mon Sep 17 00:00:00 2001 From: Nathan Sarrazin Date: Fri, 31 May 2024 14:11:05 +0200 Subject: [PATCH 2/2] Remove warning in hosted docs too --- docs/source/configuration/models/providers/cloudflare.md | 6 ------ 1 file changed, 6 deletions(-) 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. - -