File size: 294 Bytes
469c28e
 
 
 
 
1
2
3
4
5
6
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
};