huhu415
huhu415
I'm sorry to bother you, but I encountered some issues when trying to convert your project into golang. Here is my golang [code.](https://github.com/huhu415/chatGPT). When I send a request to /backend-anon/sentinel/chat-requirements,...
config.mk是这样的 ``` #### Choose/Add your modules here #### PLUGIN_MODULES := \ packet_plugin_printer \ packet_plugin_rjv3 # Linux #PLUGIN_MODULES += if_impl_sockraw # macOS / BSD # PLUGIN_MODULES += if_impl_bpf # Other OS...
### What happened? The hugo official [tutorial](https://gohugo.io/getting-started/quick-start/) shows that it's in the posts. I thought all themes were in posts, asked about the difference, and it took me 3h to...
close #133 这个问题, 虽然现在关闭了, 但解释的并不清楚, 而且没有解决两个问题: 1. 那个回答只是巧合, 不管你请求什么模型都是gpt-35-turbo发出去的, 然后再判断实际模型中有没有‘gpt-35-turbo’这个字符串, 再处理, 不合适. 我下面贴代码了. > var modelName string modelList := adaptor.GetModelList() if len(modelList) != 0 { modelName = modelList[0] } if...
1. 英伟达官网提供的api, 国内可以直接访问https://build.nvidia.com/explore/discov, 并且是免费的, 还不错. 我用的是llama3-70B. 2. 我使用curl是可以输出完整的, 但在本地编译one-api后运行的, 就只能输出前几个字. 3. one-api中的测试功能是可以过去的, 因为是通的, 只不过输出不完整 4. 如图
fix ./cmd -v before: print nothing after: printf version: buildDate: gitCommit:
**Important:** *Do not tick a checkbox if you haven’t performed its action.* Honesty is indispensable for a smooth review process. _In the following questions `` is the token of the...
就是这[一行](https://github.com/SunBK201/UA3F/blob/6bc8f0a87c1dac5e7cc293469683b7a6d1565167/cmd/ua3f.go#L416)为什么没有用包自带的, 就比如这样 ```go reader := bufio.NewReader(bytes.NewReader(buf[0:nr])) http.ReadRequest(reader) ``` 这里面是有什么坑么, 如果没有坑的话, 我感觉我可以改一下, 然后交一版pr看看
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I set the proxy in my zed config file: "proxy": "http://127.0.0.1:6152 socks5://127.0.0.1:6153",...