-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
87 changed files
with
8,054 additions
and
884 deletions.
There are no files selected for viewing
25 changes: 12 additions & 13 deletions
25
connectors-endpoints/amazon-bedrock-ai21-labs-j2-mid-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "Amazon Bedrock - AI21 Labs Jurassic-2 Mid", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "ai21.j2-mid-v1" | ||
} | ||
"name": "Amazon Bedrock - AI21 Labs Jurassic-2 Mid", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"model": "ai21.j2-mid-v1", | ||
"params": { | ||
"timeout": 300, | ||
"max_attempts": 3, | ||
"temperature": 0.5 | ||
} | ||
} |
25 changes: 12 additions & 13 deletions
25
connectors-endpoints/amazon-bedrock-ai21-labs-j2-ultra-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "Amazon Bedrock - AI21 Labs Jurassic-2 Ultra", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "ai21.j2-ultra-v1" | ||
} | ||
"name": "Amazon Bedrock - AI21 Labs Jurassic-2 Ultra", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"model": "ai21.j2-ultra-v1", | ||
"params": { | ||
"timeout": 300, | ||
"max_attempts": 3, | ||
"temperature": 0.5 | ||
} | ||
} |
25 changes: 12 additions & 13 deletions
25
connectors-endpoints/amazon-bedrock-ai21-labs-jamba-instruct-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "Amazon Bedrock - AI21 Labs Jamba Instruct", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "ai21.jamba-instruct-v1:0" | ||
} | ||
"name": "Amazon Bedrock - AI21 Labs Jamba Instruct", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"model": "ai21.jamba-instruct-v1:0", | ||
"params": { | ||
"timeout": 300, | ||
"max_attempts": 3, | ||
"temperature": 0.5 | ||
} | ||
} |
25 changes: 12 additions & 13 deletions
25
connectors-endpoints/amazon-bedrock-amazon-titan-text-g1-express-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "Amazon Bedrock - Titan Text G1 - Express", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "amazon.titan-text-express-v1" | ||
} | ||
"name": "Amazon Bedrock - Titan Text G1 - Express", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"model": "amazon.titan-text-express-v1", | ||
"params": { | ||
"timeout": 300, | ||
"max_attempts": 3, | ||
"temperature": 0.5 | ||
} | ||
} |
25 changes: 12 additions & 13 deletions
25
connectors-endpoints/amazon-bedrock-amazon-titan-text-g1-lite-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "Amazon Bedrock - Titan Text G1 - Lite", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "amazon.titan-text-lite-v1" | ||
} | ||
"name": "Amazon Bedrock - Titan Text G1 - Lite", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"model": "amazon.titan-text-lite-v1", | ||
"params": { | ||
"timeout": 300, | ||
"max_attempts": 3, | ||
"temperature": 0.5 | ||
} | ||
} |
25 changes: 12 additions & 13 deletions
25
connectors-endpoints/amazon-bedrock-anthropic-claude-3-5-sonnet-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "Amazon Bedrock - Anthropic Claude 3.5 Sonnet", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "anthropic.claude-3-5-sonnet-20240620-v1:0" | ||
} | ||
"name": "Amazon Bedrock - Anthropic Claude 3.5 Sonnet", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"model": "anthropic.claude-3-5-sonnet-20240620-v1:0", | ||
"params": { | ||
"timeout": 300, | ||
"max_attempts": 3, | ||
"temperature": 0.5 | ||
} | ||
} |
25 changes: 12 additions & 13 deletions
25
connectors-endpoints/amazon-bedrock-anthropic-claude-3-haiku-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "Amazon Bedrock - Anthropic Claude 3 Haiku", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "anthropic.claude-3-haiku-20240307-v1:0" | ||
} | ||
"name": "Amazon Bedrock - Anthropic Claude 3 Haiku", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"model": "anthropic.claude-3-haiku-20240307-v1:0", | ||
"params": { | ||
"timeout": 300, | ||
"max_attempts": 3, | ||
"temperature": 0.5 | ||
} | ||
} |
25 changes: 12 additions & 13 deletions
25
connectors-endpoints/amazon-bedrock-anthropic-claude-3-opus-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "Amazon Bedrock - Anthropic Claude 3 Opus", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "anthropic.claude-3-opus-20240229-v1:0" | ||
} | ||
"name": "Amazon Bedrock - Anthropic Claude 3 Opus", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"model": "anthropic.claude-3-opus-20240229-v1:0", | ||
"params": { | ||
"timeout": 300, | ||
"max_attempts": 3, | ||
"temperature": 0.5 | ||
} | ||
} |
25 changes: 12 additions & 13 deletions
25
connectors-endpoints/amazon-bedrock-anthropic-claude-3-sonnet-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "Amazon Bedrock - Anthropic Claude 3 Sonnet", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "anthropic.claude-3-sonnet-20240229-v1:0" | ||
} | ||
"name": "Amazon Bedrock - Anthropic Claude 3 Sonnet", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"model": "anthropic.claude-3-sonnet-20240229-v1:0", | ||
"params": { | ||
"timeout": 300, | ||
"max_attempts": 3, | ||
"temperature": 0.5 | ||
} | ||
} |
25 changes: 12 additions & 13 deletions
25
connectors-endpoints/amazon-bedrock-cohere-command-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "Amazon Bedrock - Cohere Command", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "cohere.command-text-v14" | ||
} | ||
"name": "Amazon Bedrock - Cohere Command", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"model": "cohere.command-text-v14", | ||
"params": { | ||
"timeout": 300, | ||
"max_attempts": 3, | ||
"temperature": 0.5 | ||
} | ||
} |
25 changes: 12 additions & 13 deletions
25
connectors-endpoints/amazon-bedrock-cohere-command-light-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "Amazon Bedrock - Cohere Command Light", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "cohere.command-light-text-v14" | ||
} | ||
"name": "Amazon Bedrock - Cohere Command Light", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"model": "cohere.command-light-text-v14", | ||
"params": { | ||
"timeout": 300, | ||
"max_attempts": 3, | ||
"temperature": 0.5 | ||
} | ||
} |
25 changes: 12 additions & 13 deletions
25
connectors-endpoints/amazon-bedrock-cohere-command-r-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "Amazon Bedrock - Cohere Command R+", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "cohere.command-r-plus-v1:0" | ||
} | ||
"name": "Amazon Bedrock - Cohere Command R+", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"model": "cohere.command-r-plus-v1:0", | ||
"params": { | ||
"timeout": 300, | ||
"max_attempts": 3, | ||
"temperature": 0.5 | ||
} | ||
} |
25 changes: 12 additions & 13 deletions
25
connectors-endpoints/amazon-bedrock-meta-llama-3-1-405b-instruct-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "Amazon Bedrock - Llama 3.1 405B Instruct", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "meta.llama3-1-405b-instruct-v1:0" | ||
} | ||
"name": "Amazon Bedrock - Llama 3.1 405B Instruct", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"model": "meta.llama3-1-405b-instruct-v1:0", | ||
"params": { | ||
"timeout": 300, | ||
"max_attempts": 3, | ||
"temperature": 0.5 | ||
} | ||
} |
Oops, something went wrong.