ramon-victor / freegpt-webui

GPT 3.5/4 with a Chat Web UI. No API key required.
https://freegpt-webui-chimera.ramonvc.repl.co
GNU General Public License v3.0
5.71k stars 1.29k forks source link

无法选中gpt4 #79

Open sorangegu opened 1 year ago

sorangegu commented 1 year ago

docker部署完之后无法选中gpt4

cheukw1n9 commented 1 year ago

ptyhon部署的也不能选4.0,显示offline

black-fruit commented 1 year ago

GPT4维护中…

benvyeng commented 1 year ago

修改/client/html/index.html文件,在84行 <option value="gpt-4" disabled>GPT-4 (offline)</option> 修改为 <option value="gpt-4">GPT-4 (offline)</option> 然后重启docker容器,可以实现GPT-4选项可选,但是并没什么卵用,还是报错500 Internal Server Error

black-fruit commented 1 year ago

如果真的想用可以用旧版本

sorangegu commented 1 year ago

如果真的想用可以用旧版本

旧版本镜像怎么下载

black-fruit commented 1 year ago

用Python部署

black-fruit commented 1 year ago

翻历史commit,然后下载代码后部署

sorangegu commented 1 year ago

翻历史commit,然后下载代码后部署

我拿到了历史commit,把Dockerfile编译出了镜像

sorangegu commented 1 year ago

翻历史commit,然后下载代码后部署

运行之后可以选中gpt4了,但是提示500 Internal Server Error

black-fruit commented 1 year ago

对啊

stazeng commented 1 year ago

如果想用gpt-4,可以部署作者的另一个项目:freegpt-webui-chimera,里面除了有gpt-4外,还有claude-2

black-fruit commented 1 year ago

如果想用gpt-4,可以部署作者的另一个项目:freegpt-webui-chimera,里面除了有gpt-4外,还有claude-2

然后500 😂