feat: add remote model command-r (#2868)

This commit is contained in:
Henry 2024-05-06 12:37:57 +09:00 committed by GitHub
parent 092a572684
commit 4c88d03aa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
[ [
{ {
"sources": [ "sources": [
{ {
@ -19,7 +19,37 @@
}, },
"metadata": { "metadata": {
"author": "Cohere", "author": "Cohere",
"tags": ["General", "Big Context Length"] "tags": [
"General",
"Big Context Length"
]
},
"engine": "cohere"
},
{
"sources": [
{
"url": "https://cohere.com"
}
],
"id": "command-r",
"object": "model",
"name": "Command R",
"version": "1.0",
"description": "Command R is an instruction-following conversational model that performs language tasks at a higher quality, more reliably, and with a longer context than previous models. It can be used for complex workflows like code generation, retrieval augmented generation (RAG), tool use, and agents.",
"format": "api",
"settings": {},
"parameters": {
"max_tokens": 128000,
"temperature": 0.7,
"stream": false
},
"metadata": {
"author": "Cohere",
"tags": [
"General",
"Big Context Length"
]
}, },
"engine": "cohere" "engine": "cohere"
} }