Spaces:
Running
on
Inf2
Running
on
Inf2
Update README.md (#1226)
Browse files* 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>
README.md
CHANGED
|
@@ -713,9 +713,6 @@ You can find the list of models available on Cloudflare [here](https://developer
|
|
| 713 |
}
|
| 714 |
```
|
| 715 |
|
| 716 |
-
> [!NOTE]
|
| 717 |
-
> Cloudlare Workers AI currently do not support custom sampling parameters like temperature, top_p, etc.
|
| 718 |
-
|
| 719 |
#### Cohere
|
| 720 |
|
| 721 |
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.
|
|
|
|
| 713 |
}
|
| 714 |
```
|
| 715 |
|
|
|
|
|
|
|
|
|
|
| 716 |
#### Cohere
|
| 717 |
|
| 718 |
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.
|
docs/source/configuration/models/providers/cloudflare.md
CHANGED
|
@@ -33,9 +33,3 @@ MODELS=`[
|
|
| 33 |
}
|
| 34 |
]`
|
| 35 |
```
|
| 36 |
-
|
| 37 |
-
<Tip warning={true}>
|
| 38 |
-
|
| 39 |
-
Cloudlare Workers AI currently do not support custom sampling parameters like temperature, top_p, etc.
|
| 40 |
-
|
| 41 |
-
</Tip>
|
|
|
|
| 33 |
}
|
| 34 |
]`
|
| 35 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|