hbprotoss

Results 13 comments of hbprotoss

@VendaarDev Thanks for the assests

I guess it is an unreleased feature on master

> 目前在用的规则如下,包含iOS客户端和网页版会遇到的请求 来源:[OpenAI.list](https://gitlab.com/lodepuly/vpn_tool/-/blob/master/Tool/Loon/Rule/OpenAI.list) > > ``` > DOMAIN, api.statsig.com > DOMAIN, browser-intake-datadoghq.com > DOMAIN, cdn.openai.com > DOMAIN, chat.openai.com > DOMAIN, chat.openai.com.cdn.cloudflare.net > DOMAIN, ios.chat.openai.com > DOMAIN, o33249.ingest.sentry.io > DOMAIN, openai-api.arkoselabs.com...

自己fork个得了,作者更新太慢了,7个月前的commit,至今没修

Sorry,很早就切到了OS X,这个项目不再维护 万分抱歉

> Yes, repeatedly using ElementAt is a poor implementation with quadratic overhead. It should go to the first element and iterate from there. Anyone care to PR a fix? have...

> What perf do you see with the fixed code? ```c# var i = 0; foreach (var bytes in list) { if (i < start) continue; if (i > stop)...

> the list here is for all. didn't skip the first n elements, I have submitted another pr #220

> To resolve the issue with `max_tokens` settings in `segmentation` and `subchunk_segmentation` not working when using the `create-by-text` API, ensure that you are using the correct JSON payload structure. The...