基于 https://play.vercel.ai/开发了个 API 代理。
https://github.com/ClassmateLin/free-chatgpt 。
支持上下文,可超过 1024 个 token 。
![]() | 1 googlefans 2023-04-21 18:47:45 +08:00 直接来个网址 |
![]() | 2 yumubi 2023-04-21 19:53:47 +08:00 centos&报错:exec /usr/local/chatgpt/chatgpt: exec format error |
3 randomstream 2023-04-21 20:04:34 +08:00 直接用 poe.com 得了。 |
4 unknown666 OP @googlefans curl --silent --location --request POST 'https://api.classmatelin.top/api' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "openai:gpt-3.5-turbo", "prompt": "您是一个 Rust 语言专家,我有问题需要问你。\n\n 请问如何写一个 hello world 程序?" }' |
5 unknown666 OP @yumubi 已经重新推送了镜像。 |
![]() | 6 yumubi 2023-04-22 13:19:57 +08:00 可以了() |
![]() | 7 glovebx 2023-04-25 02:32:27 +08:00 刚试了下返回错误:{"code":500,"data":"","msg":"error: API 可能已失效!"} |
![]() | 8 angelmake 2023-04-25 15:49:09 +08:00 via Android 怎么只有 arm 的?拉了半天 |
9 unknown666 OP @glovebx vercel 估计更新了, 还没去研究。 |
10 unknown666 OP ![]() @angelmake 估计是后面更新 build 少了。 |