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