wong2

Results 51 issues of wong2

用xelatex编译使用该模板的最小文档时,出现错误: `! Undefined control sequence. \tipaencoding` ,手动升级xunicode包之后解决了该问题

If chatgpt takes too long(>30s?) to response, cancel the request and show and error message.

enhancement
good first issue

When using alchemy-sdk in my project, sometimes the call just stuck there for a long time, I'd like a setting for timeout seconds, so I can have better control on...

feature request
good first issue
help wanted
needs info

Supported search engines are listed in the README https://github.com/wong2/chat-gpt-google-extension#supported-search-engines New search engine support can be requested here in the comment.

discussion

The current markdown render method is very inefficient: even if only one word is added by the ChatGPT API response, the whole markdown content will be rendered and then HTML...

@josStorer since baidu loads search result page without a page load, the extension will not be triggered.

这几天流量应该挺大的,成本都是作者自己承担了吧,大概有多少呢?

注意到本项目中明显得使用了来自 [ChatHub](https://github.com/chathub-dev/chathub) 的开源代码,如: https://github.com/sunner/ChatALL/blob/main/src/bots/BardBot.js 明显使用了 https://github.com/chathub-dev/chathub/blob/main/src/app/bots/bard/api.ts 中的开源代码 其它不再枚举 那么按照ChatHub的开源许可证GPL-v3,本项目需要: * License and copyright notice * State changes * Disclose source * Same license 即(至少需要):同样使用GPL-v3许可、保留ChatHub的开源许可及版权声明

When using `nitro` command, I found it has a convention to autoload models from the `models` folder, so users do not need to manually load models. This is missing in...

type: feature request