const config = { | |
// gpt3.5 官方接口:https://api.openai.com/v1/chat/completions | |
url: "https://dakaca-linux.hf.space/v1/chat/completions", // gpt3.5代理接口 | |
apiKey: "c2stODFzaEl2czA3OE4wYXBoTDI5RkZUM0JsYmtGSno1RkU3bzZFTW55UDRPSWNkZU9C" // openAi Base64 编码 apiKey | |
}; | |