We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46f26a commit b65e38bCopy full SHA for b65e38b
packages/orchestration/src/model-types.ts
@@ -9,7 +9,7 @@ import type {
9
* Supported chat models for orchestration.
10
*/
11
export type ChatModel =
12
- | Exclude<AzureOpenAiChatModel, 'gpt-4o-mini'>
+ | AzureOpenAiChatModel
13
| GcpVertexAiChatModel
14
| AwsBedrockChatModel
15
| AiCoreOpenSourceChatModel;
0 commit comments