Antonio Cheong

Results 1482 comments of Antonio Cheong

Cloudflare might be blocked in China or other countries. Try using a proxy or VPN

Server is definitely running and under pretty low load. Maybe it's an issue with OpenAI

It's relatively easy to self host a mavel repository. I was able to upload a version to a Reposilite instance in a few minutes: https://maven.duti.dev/#/releases/org/wasmer/wasmer-jni-amd64-linux I wouldn't use it though...

Well, I was originally looking to use wasm so I can avoid having to mess with multiple jars for each operating system. Seems like the runtime is still platform specific....

@enty8080 Very cool. I unfortunately updated IOS to 17.0.1+ in which the CoreTrust exploit has been patched. Limited functionality still works with something like AltStore.

Request to the community: Post some code snippets of how to use this library in this thread. I will later migrate those examples to a dedicated wiki page. Thanks.

What version you using?

Also, please use Python3.10.

> 这个可以稳定运行,就是回复依旧比较慢,但是比起之前浏览器版本稳定非常多。不支持图片。用下来直觉上还是与之前的chatgpt不一样,但是相似,感觉是一个分支。另外这个是免费的,我看了两天,没看到账户被扣钱 The reason for the different reply is that this model is older from 2022/11/22, essentially the pre-release version

> pip install tiktoken就是在之前openai版本已安装的基础上需要额外安装tiktoken这个库,不需要其他的特殊配置,我是部署到服务器上的 `pip3 install revChatGPT` also installs `openai` and `tiktoken` as dependencies