chatgpt-web-dev / chatgpt-web

A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.
https://chatgpt-web.dev
MIT License
1.63k stars 439 forks source link

给各位带来一个好消息,经测试已经成功实现在本项目(与两个项目配合)实现画图功能,gpts功能应该也行(未测试) #391

Closed Minstrel-Pal closed 9 months ago

Minstrel-Pal commented 10 months ago
  1. 功能是在pandora-next/deploy和Ink-Osier/PandoraToV1Api两个项目的加持下实现的。

  2. pandora-next是老pandora的升级版,具有图形界面和proxy的功能,PandoraToV1Api这个项目是在pandora-next的基础上用v1/chat/completions接口实现了许多可玩性的功能。

  3. gpts及一些其他功能的使用应该需要作者协助增加可自定义的模型名称才能实现,具体能增加哪些功能可以参考此项目Ink-Osier/PandoraToV1Api

  4. 两位的项目我放在下面,如果觉得不妥可自行或联系我删除。 https://github.com/pandora-next/deploy https://github.com/Ink-Osier/PandoraToV1Api 感谢四位,Kerwin1202,Ink-Osier,zhile秦始皇,Chanzhaoyu(排名不分先后),感谢四位大佬为我们带来如此棒的项目。

Minstrel-Pal commented 10 months ago

捕获

sonnyyin commented 10 months ago

这个应该怎么配置才能使用Ink-Osier/PandoraToV1Api?chatgpt-web要怎么配置?能否指导一下

sonnyyin commented 10 months ago

搞成了,不过为什么我的会话一直没办法自动结束响应呢?用的作者最新更新的版本。

image

image

Minstrel-Pal commented 10 months ago

搞成了,不过为什么我的会话一直没办法自动结束响应呢?用的作者最新更新的版本。

image

image

先用0.1.6

sonnyyin commented 10 months ago

搞成了,不过为什么我的会话一直没办法自动结束响应呢?用的作者最新更新的版本。 image image

先用0.1.6

果然0.1.6可以正常使用,感谢。

Urmi10799 commented 10 months ago

How should this be configured to use Ink-Osier/PandoraToV1Api? How to configure chatgpt-web? Can you give me some guidance?

How did you configure it? can you give me some guidance?

Minstrel-Pal commented 10 months ago

How should this be configured to use Ink-Osier/PandoraToV1Api? How to configure chatgpt-web? Can you give me some guidance?

How did you configure it? can you give me some guidance?

Since I am not that professional, here are the documents about pandora-next you can refer to. https://docs.pandoranext.com/api-ref/proxy/

about Ink-Osier/PandoraToV1Api, you can wait for the author to write the documentation on how to use it. https://github.com/Ink-Osier/PandoraToV1Api/issues/11

Minstrel-Pal commented 10 months ago

搞成了,不过为什么我的会话一直没办法自动结束响应呢?用的作者最新更新的版本。 image image

先用0.1.6

果然0.1.6可以正常使用,感谢。 和作者沟通一下,最新版已经修复了。

sonnyyin commented 10 months ago

How should this be configured to use Ink-Osier/PandoraToV1Api? How to configure chatgpt-web? Can you give me some guidance?

How did you configure it? can you give me some guidance?

Since I am not that professional, here are the documents about pandora-next you can refer to. https://docs.pandoranext.com/api-ref/proxy/

about Ink-Osier/PandoraToV1Api, you can wait for the author to write the documentation on how to use it. Ink-Osier/PandoraToV1Api#11

QQ截图20231220132802

QQ截图20231220133023

其他的配置文件内的东西参考PandoraNext跟PandoraToV1的部署说明。这里只是ChatGPT-WEB的配置。

assassinliujie commented 9 months ago

gpts gptmobile和gpt4自带的联网功能都可以利用这种方式实现,唯一缺点是本项目还不支持上传文件和图片

assassinliujie commented 9 months ago

How should this be configured to use Ink-Osier/PandoraToV1Api? How to configure chatgpt-web? Can you give me some guidance?

How did you configure it? can you give me some guidance? 使用https://github.com/pandora-next/deploy部署,并安装指示开启proxy模式 然后到chat.openai.com官网获取账号的accesstoken 然后在 image 如图所示,用/fk转换为share token 然后在https://github.com/Ink-Osier/PandoraToV1Api 将pandoranext的backend-api转换为openapi格式, 然后即可使用。使用时,BASEURL为pandoratov1api的地址,apikey是share token也可配合https://github.com/songquanpeng/one-api使用