Skip to content

Commit

Permalink
feat: add remote model command-r (#2868)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryh0x1 committed May 6, 2024
1 parent 092a572 commit 4c88d03
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions extensions/inference-cohere-extension/resources/models.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
[
{
"sources": [
{
Expand All @@ -19,7 +19,37 @@
},
"metadata": {
"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"
}
Expand Down

0 comments on commit 4c88d03

Please sign in to comment.