chatgpt-web
chatgpt-web copied to clipboard
能不能提供下参数微调的配置呢,想自己细调下AI。
不知道在哪里调,请各位老大指教,另外nginx反向设置总是报ws接口错,没成功,也请大佬指教。
同问
const options: ChatGPTAPIOptions = {
apiKey: process.env.OPENAI_API_KEY,
completionParams: { model },
debug: true,
}