git-syl
git-syl
**Describe the bug** Inner class access exception, in MapReduceProcessor. No execution result. ``` 2022-09-20 09:41:43.884 [PPP-0] ERROR c.g.k.p.worker.core.executor.ProcessorRunnable - [ProcessorRunnable-452406432663339200] execute failed, please contact the author(@KFCFans) to fix the bug!...
启动正常,但聊天会提示TypeError: fetch failed at async fetchSS ,在部署在vultr主机的ipv6服务器dokcer下 能成功启动,大致命令: docker run --name chatgpt-web -d -p [ipv6]:3002:3002 --env OPENAI_API_KEY=api_key registry.ipv6.docker.com/username/respname:chatgpt-web 但聊天报错:fetch failed **这是不是不支持ipv6网络? 现在云服务器ipv6网络非常便宜,希望可以支持ipv6网络。** 查看日志: cat /var/lib/docker/containers/ee9b9ee2a01086d20bc8d92c9c15b3dc0b4c6702655411ac7faad2ecfa4bf7ee/ee9b9ee2a01086d20bc8d92c9c15b3dc0b4c6702655411ac7faad2ecfa4bf7ee-json.log ``` { "log": " {...
试了下提示: "code": "DeploymentNotFound" 看日志: /v1/chat/completions -> https://gpt-19354567-test.openai.azure.com/openai/deployments/chat/completions?api-version=2023-05-15 实际我的Azure接口是,url少个/test/ ``` curl --location 'https://gpt-19354567-test.openai.azure.com/openai/deployments/test/chat/completions?api-version=2023-05-15' \ --header 'Content-Type: application/json' \ --header 'api-key: api-key' \ --data '{ "stream":true, "messages": [ { "role": "system", "content":...