Skip to content

Commit

Permalink
fix: fix multiple json schema errors
Browse files Browse the repository at this point in the history
  • Loading branch information
namwoam committed Jul 4, 2024
1 parent d25291a commit 73da486
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 2 additions & 3 deletions ai/cohere/v0/config/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"TASK_TEXT_EMBEDDINGS",
"TASK_TEXT_RERANKING"
],
"custom": false,
"documentationUrl": "https://www.instill.tech/docs/latest/vdp/ai-connectors/cohere",
"documentationUrl": "https://www.instill.tech/docs/latest/vdp/ai/cohere",
"icon": "assets/cohere.svg",
"id": "cohere",
"public": true,
Expand All @@ -15,7 +14,7 @@
"uid": "11550338-de54-4338-a4ca-4a21c4757817",
"vendor": "Cohere",
"vendorAttributes": {},
"version": "0.1.1",
"version": "0.1.0",
"sourceUrl": "https://github.com/instill-ai/component/blob/main/ai/cohere/v0",
"releaseStage": "RELEASE_STAGE_ALPHA"
}
2 changes: 1 addition & 1 deletion ai/cohere/v0/config/setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"instillAcceptFormats": [
"string"
],
"instillSecret": false,
"instillSecret": true,
"instillCredential": false,
"instillUIOrder": 0,
"title": "API Key",
Expand Down
6 changes: 4 additions & 2 deletions ai/cohere/v0/config/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,9 @@
"command-r-plus",
"command-r",
"command",
"command-light"
"command-nightly",
"command-light",
"command-light-nightly"
],
"example": "command-r-plus",
"description": "The Cohere command model to be used",
Expand Down Expand Up @@ -464,7 +466,7 @@
"classification",
"clustering"
],
"example": "embed-multilingual-v3.0",
"example": "search_document",
"description": "Specifies the type of input passed to the model",
"instillAcceptFormats": [
"string"
Expand Down

0 comments on commit 73da486

Please sign in to comment.