Are you sure you want to delete this access key?
Feature | Available |
---|---|
Tools | Yes |
Multimodal | No |
You may use Cohere to run their models directly from Chat UI. You will need to have a Cohere account, then get your API token. 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.
Here is an example of a Cohere model config. You can set which model you want to use by setting the id
field to the model name.
MODELS=`[
{
"name": "command-r-plus",
"displayName": "Command R+",
"tools": true,
"endpoints": [{
"type": "cohere",
<!-- optionally specify these, or use COHERE_API_TOKEN
"apiKey": "your-api-token"
-->
}]
}
]`
Press p or to see the previous file or, n or to see the next file
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?