mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-26 05:44:01 +01:00
4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
|
export const isAzureEndpoint = (endpoint: string) => {
|
||
|
return endpoint.includes('openai.azure.com');
|
||
|
};
|