-
-
你好,冒昧请教你下面的问题,我找了很多地方,试了很多种方法都解决不来,看了你的视频然后过来询问的:
_先说明下,我用的不是你的xui是原版的,其他都是手工配置的,理论上应该没区别_
我是双栈机器,原本vps就可以访问ChatGTP,浏览器打开 https://chat.openai.com/cdn-cgi/trace 里可以看到IP使用了VPS自己的IPv6地址。
我的目…
-
I attempted to migrate to this library, to evaluate its performance compared to the 'googlebard' library. However, I encountered an error while trying to use it. I also need clarification on whether t…
-
分享一段针对ChatGPT的分组规则,可以根据自己的需求更改`regex`和`rules`。`regex`是匹配出能访问ChatGPT节点的正则,`rules`是clash rules,分组名为`ChatGPT`。
```js
// New Proxy Group for ChatGPT
function main(params) {
// TODO modify this…
-
VSCode Version: Version: 1.76.2 (Universal)
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Darwin arm64 22.3.0
Sandboxed: No
Everything works fine when running in debug environment or as local…
-
According to the official OpenAI NodeJS library:
https://github.com/openai/openai-node/blob/51b1340e3182c4cb5d43a5b771606ecdd93a60f4/api.ts#L31-L50
On:
https://github.com/OkGoDoIt/OpenAI-API-do…
-
(Opened from #17916)
I have a project that is going to be a mono-repo with deno (for supabase functions) and react (or nextjs, not sure yet).
The file structure currently looks like this:
```…
-
Everything was fine until I decided to upgrade.
`pip uninstall chatgpt`
`pip install git+https://github.com/mmabrouk/chatgpt-wrapper`
And now `chatgpt` results in:
```
Traceback (most recent ca…
-
I am seeing a lot of timeout exception, and setting larger timeout like https://github.com/TheoKanning/openai-java/issues/125 did not resolve this issue, how can I set proxy for requests ?
```
java.…
-
I'm trying to rate-limit a simple netlify serverless function. The function manages to return a response but still throws an error.
Here's the code for the function:
```ts
// /netlify/handler.ts
…