Skip to content

Commit b65e38b

Browse files
authored
chore: include gpt-4o-mini (#450)
1 parent e46f26a commit b65e38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/orchestration/src/model-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import type {
99
* Supported chat models for orchestration.
1010
*/
1111
export type ChatModel =
12-
| Exclude<AzureOpenAiChatModel, 'gpt-4o-mini'>
12+
| AzureOpenAiChatModel
1313
| GcpVertexAiChatModel
1414
| AwsBedrockChatModel
1515
| AiCoreOpenSourceChatModel;

0 commit comments

Comments
 (0)