KOMATA
KOMATA
长时间运行后建立的连接数会越来越多并占用网络缓冲区内存,估计希望有主动设置连接超时的类似功能  
Add OICQ Analyzer (For QQ): usage: ``` - name: all oicq traffic action: block expr: oicq != nil - name: oicq and QQ number is 114514 action: block expr: oicq...
Now Hysteria can use DoQ Server in resolver. But the code still need to be improved and tested. About DoQ: https://adguard-dns.io/zh_cn/blog/dns-over-quic.html config example: ```yaml resolver: type: quic quic: addr: dns-unfiltered.adguard.com:853...
fix wrong param for dns. ref: https://github.com/shadowsocks/shadowsocks-rust?tab=readme-ov-file#configuration
[//]: # (请按照以下格式关联 issue) [//]: # (请在提交 PR 前确认所提交的功能可用,需要附上截图,谢谢) [//]: # (项目维护者一般仅在周末处理 PR,因此如若未能及时回复希望能理解) [//]: # (开发者交流群:910657413) [//]: # (请在提交 PR 之前删除上面的注释) ref: https://openai.com/index/introducing-structured-outputs-in-the-api/ > 通过切换到新的gpt-4o-2024-08-06, developers save 50% on inputs...
> 思考摘要可让您深入了解模型的内部推理过程。此功能对于验证模型方法以及在执行较长任务期间让用户了解最新进展非常有用,尤其是与[流式传输](https://ai.google.dev/gemini-api/docs/thinking?hl=zh-cn#streaming)结合使用时。 您可以在请求配置中将 includeThoughts 设置为 true,以启用思考摘要。然后,您可以通过迭代 response 参数的 parts 并检查 thought 布尔值来访问摘要。 https://ai.google.dev/gemini-api/docs/thinking?hl=zh-cn#summaries
### Contact Information _No response_ ### 1Panel Version 2.0.12 ### Problem Description 今天在研究反向代理的时候发现,新版本如果不开跨域去设置浏览器缓存,浏览器缓存不会被正确设置。因为下面跨域有一个 removeDirective,把所有符合 if ( 的块全删掉了 ### Steps to Reproduce 反向代理设置浏览器缓存+反向代理不启用跨域 = 浏览器缓存不会正确设置 反向代理设置浏览器缓存+反向代理启用跨域 = 浏览器缓存正确设置 反向代理设置浏览器缓存+反向代理启用跨域,但不启用预检 = 浏览器缓存不会正确设置...
GPT5、5.1 系列不再支持以下参数,因此直接强制重写到默认值或者零值不传 https://platform.openai.com/docs/guides/latest-model ## Summary by CodeRabbit * **Bug Fixes** * Enhanced parameter compatibility for GPT-5 models to ensure reliable request processing.