Zhwt

Results 13 comments of Zhwt

Hi @quentincaffeino After several hours of testing, I believe this issue is related to the `write_line()` function: https://github.com/quentincaffeino/godot-console/blob/4a88966f70ad2b509275cda3b03020ca027a1761/addons/quentincaffeino/console/src/Console.gd#L143-L149 The Godot engine isn't handling `set_bbcode()` and `get_bbcode()` correctly, from 3.2.3 ~...

Hi, @quentincaffeino I opened a pr but I haven't got enough time to check the clear() function, and it's already 1 AM in my current location... I'm not sure whether...

Hi, @quentincaffeino Sorry for the late reply, I didn't have too much time these days. And during my test, I found out there's one problem with this change: the engine...

I would suggest adding some features that can add `WIP: ` as a prefix. For me, I'm currently adding "WIP:" manually to every commit which should be considered "not complete"...

/assign @sxci

可以下载 [iBug 维护的大陆 IP 白名单 pac 文件](https://github.com/iBug/pac/blob/master/bypass-lan-and-china.pac)并放到 /Users/用户名/.ShadowsocksX-NG/ 下, 并替换掉原来的 gfwlist.js 即可

@0xac001d09 你的用户名的问题吧 0xac001d09 HEX = 2885688585 DEC, 检查一下用户名两边的引号有没有写 如果写了还是不行可以试试把 owner 写成 ``` owner: '0x' + 'ac001d09' ``` 之类的试试

When using the API, the `gpt-4` model has a limit of 8192 tokens, while `gpt-3.5-turbo` has a limit of 4096. Those are limited by the model itself, this project can...

Perhaps he wants to predict the time that the task will run next time in the future by creating a task in the past and then calling `NextRun()` to obtain...

If base url is configurable, I think local LLMs(Ollama, etc...) will be supported automatically through [BerriAI/litellm](https://github.com/BerriAI/litellm) proxy.