目录一、介绍 二、官方使用案例 三、我写的案例(支持上下文)项目地址http://chat.xutongbao.top/一、介绍https://platform.openai.com/docs/models/overview编辑编辑 二、官方使用案例编辑const{Configuration,OpenAIApi}=require("openai");constconfiguration=newConfiguration({apiKey:process.env.OPENAI_API_KEY,});constopenai=newOpenAIApi(configuration);c