AI - Add azure foundry provider (#20170)
[Merge this before](https://github.com/twentyhq/twenty-infra/pull/655) Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
@@ -8,4 +8,5 @@ export const AI_SDK_PACKAGE_LABELS: Record<AiSdkPackage, string> = {
|
||||
'@ai-sdk/xai': 'xAI',
|
||||
'@ai-sdk/amazon-bedrock': 'AWS Bedrock',
|
||||
'@ai-sdk/openai-compatible': 'OpenAI-Compatible',
|
||||
'@ai-sdk/azure': 'Azure OpenAI',
|
||||
};
|
||||
|
||||
@@ -6,6 +6,7 @@ export const AI_SDK_PACKAGES = [
|
||||
'@ai-sdk/xai',
|
||||
'@ai-sdk/amazon-bedrock',
|
||||
'@ai-sdk/openai-compatible',
|
||||
'@ai-sdk/azure',
|
||||
] as const;
|
||||
|
||||
export type AiSdkPackage = (typeof AI_SDK_PACKAGES)[number];
|
||||
|
||||
Reference in New Issue
Block a user