Skip to content

Commit

Permalink
Update README.md (#1226)
Browse files Browse the repository at this point in the history
* 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

* Remove warning in hosted docs too

---------

Co-authored-by: Nathan Sarrazin <sarrazin.nathan@gmail.com>
  • Loading branch information
kodster28 and nsarrazin authored May 31, 2024
1 parent 6ca138c commit dd8cff6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 0 additions & 6 deletions docs/source/configuration/models/providers/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,3 @@ MODELS=`[
}
]`
```

<Tip warning={true}>

Cloudlare Workers AI currently do not support custom sampling parameters like temperature, top_p, etc.

</Tip>

0 comments on commit dd8cff6

Please sign in to comment.