reiner
reiner
## ❓问题 代码中的subNav配置N是大写 子项用 "-" ,而主页的说明没修改,结果我把主页的这部分配置复制进去了,搞了半天subnav都没出来,对比了下git上的配置才发现这个问题 ## 🤔结果 & 预期 Please describe what you expected to see.(请描述一下你希望看到什么) ## 🐥环境 & 设置 **Node.js & npm version** ```bash ``` **Your site `_config.yml`**...
my code: ```java ChatCompletion chatCompletion = ChatCompletion.builder().model(StringUtils.hasText(model)?model:this.model) .messages(allMessage).build(); ChatCompletionResponse chatCompletionResponse = openAiClient.chatCompletion(chatCompletion); StringBuffer sb = new StringBuffer(); chatCompletionResponse.getChoices().forEach(e -> { sb.append(e.getMessage().getContent()); }); return sb.toString(); ``` 流试问答是OK的,获取微调模型列表等也是OK的,目前试了下来删除微调普通阻塞问答都报404 ``` com.unfbx chatgpt-java 1.1.5...
安装一切正常,反复检查了连接信息也是对的,v2ray报如下信息: ``` [Warning] [2286708102] app/proxyman/outbound: failed to process outbound traffic > proxy/trojan: failed to find an available destination > common/retry: [dial tcp 43.156.135.20:443: i/o timeout dial tcp {ip}:443: operation was...