Hk-Gosuto / ChatGPT-Next-Web-LangChain

一键拥有你自己的 ChatGPT 网页服务。 One-Click to deploy your own ChatGPT web UI.(基于 langchain 实现的插件版本 Plugin version implemented based on langchain)

Home Page:https://n3xt.chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request]: 先谢!6月7日部署了docker版,与作者官方比无上传图片或者文件按钮,azure中转的api画图后,无法直接保存图片。是否有其他版本可以替换?

fsyllkn opened this issue · comments

Problem Description

6月7日部署了docker版,与作者官方比无上传图片或者文件按钮,azure中转的api画图后,无法复制。

Solution Description

作者部署的版本是哪个版本?希望尝试一下,感谢感谢~

Alternatives Considered

No response

Additional Context

No response

Bot detected the issue body's language is not English, translate it automatically.


Title: [Feature Request]: Thanks in advance! The docker version was deployed on June 7th. Compared with the author's official version, there is no button to upload pictures or files. After drawing the api transferred by Azure, it cannot be copied. Is there any other version that can be replaced?

Problem Description

The docker version was deployed on June 7th. Compared with the author's official version, there is no button to upload pictures or files. After drawing the api transferred by Azure, it cannot be copied.

Solution Description

Which version did the author deploy? Hope to try it, thank you~

Alternatives Considered

No response

Additional Context

No response

image
image
点击右键,直接复制了字符,并添加到了对话框中,左键无反应,无法打开预览保存图片

Bot detected the issue body's language is not English, translate it automatically.


image
image
Right-click to copy the character directly and add it to the dialog box. The left-click does not respond and cannot open the preview to save the picture.

使用nightly版本
gosuto/chatgpt-next-web-langchain:nightly

Bot detected the issue body's language is not English, translate it automatically.


Use nightly version
gosuto/chatgpt-next-web-langchain:nightly

Thanks for your patience.

关于视觉模型的判定是根据模型名来判断的,可以参考这个方法:

export function isVisionModel(model: string) {

图像的话可以使用浏览器的特性来快速保存到本地,左键按住图像,然后拖拽到想要保存的文件夹松开左键即可。

Bot detected the issue body's language is not English, translate it automatically.


The judgment of the visual model is based on the model name. You can refer to this method:

export function isVisionModel(model: string) {

For images, you can use the browser's features to quickly save them locally. Press and hold the left button on the image, then drag it to the folder you want to save and release the left button.

关于视觉模型的判定是根据模型名来判断的,可以参考这个方法:

export function isVisionModel(model: string) {

图像的话可以使用浏览器的特性来快速保存到本地,左键按住图像,然后拖拽到想要保存的文件夹松开左键即可。

真的可以呀!感谢大佬指导。

Bot detected the issue body's language is not English, translate it automatically.


The judgment of the visual model is based on the model name. You can refer to this method:

export function isVisionModel(model: string) {

For images, you can use the browser's features to quickly save them locally. Press and hold the left button on the image, then drag it to the folder you want to save and release the left button.

It’s really possible! Thanks for the guidance sir.