josc146

Results 117 comments of josc146

@lethefrost 暂时没找到解决方法,找到了会更新 https://github.com/josStorer/chatGPTBox/releases/tag/v2.4.1

@Dylan-Li8 私有化部署是可行的,这个项目支持自定义API和 [waylaidwanderer](https://github.com/waylaidwanderer/node-chatgpt-api) API,你可以随意编写一个本地http服务器,返回的json响应中的response字段会自动使用,或者你也可以自己实现openai API兼容的sse响应,同样支持

@PeterDaveHello Thanks, i'll take a look later

Fixed in https://github.com/josStorer/chatGPTBox/commit/4859e9a905e8a405d2a5c40d526bec1b2ea112ed Thank you for providing these references. In the end, I adopted a method that I believe may be more reliable to obtain the arkose_token. This method does...

related: #1 #8 #20 #21 #22 #24

@wong2 are you currently working on this PR? If not, I can do some updates tomorrow to make it more flexible and readable

@wong2 have updated and tested, it works fine

yes, currently have to make a refresh after a search

i think we can add `action` to the search engine config file like ``` baidu: { inputQuery: [], sidebarContainerQuery: [], appendContainerQuery: [], action: { beforeMount: someFunction1, // add some listener...