Add support for Azure OpenAI (#495)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export interface ProcessEnv {
|
||||
OPENAI_API_KEY: string;
|
||||
OPENAI_API_HOST?: string;
|
||||
OPENAI_API_TYPE?: 'openai' | 'azure';
|
||||
OPENAI_API_VERSION?: string;
|
||||
OPENAI_ORGANIZATION?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user