Wingman
2.1.0
2.1.0
  • Introduction
  • Functional Details
  • Configuration
    • 2.1.0 configuration
    • Service Provider & Model ID Details
    • Backend Configurations
  • AI Service Data Security Details
    • AWS Bedrock
  • Change Log
  • Model List
Powered by GitBook
On this page
  • 1. ChatGPT
  • 2. AWS Bedrock
  1. Configuration

Service Provider & Model ID Details

Previous2.1.0 configurationNextBackend Configurations

1. ChatGPT

"serviceProvider" : "openai"

For model id value "modelId"

From use the id provided under column named Model

As an example: Use these for service provider ChatGPT and Model ChatGPT 3.5 turbo

"serviceProvider": "openai",
"modelId": "gpt-3.5-turbo"

2. AWS Bedrock

"serviceProvider" : "Bedrock"

For model id value "modelId"

From use the id provided under column Model ID

As an example: Use these for service provider AWS Bedrock and Model Claude-3-Sonnet

"serviceProvider": "Bedrock",
"modelId": "anthropic.claude-3-sonnet-20240229-v1:0"
this link
this link