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

Update README.md #1226

Merged
merged 3 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading