File size: 214 Bytes
755dd12
 
 
 
 
 
1
2
3
4
5
6
7
import { BaseOpenAIChat } from './base/openai';

const ApiKey = process.env.GLM_KEY;
const BaseURL = 'https://open.bigmodel.cn/api/paas/v4/';

export const chatglm = new BaseOpenAIChat('chatglm', ApiKey, BaseURL);