@@ -0,0 +1,8 @@
|
||||
export type BaseOptions = {
|
||||
/** OpenAI API Key */
|
||||
apiKey: string;
|
||||
/** 模型名称 */
|
||||
model: string;
|
||||
/** 自定义 baseURL */
|
||||
baseURL?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user