-
Notifications
You must be signed in to change notification settings - Fork 60k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for DALL-E #1358 #1428
Closed
SPWwj
wants to merge
23
commits into
ChatGPTNextWeb:main
from
WhalejayWei:feature/dalle-support-1358
Closed
Add support for DALL-E #1358 #1428
SPWwj
wants to merge
23
commits into
ChatGPTNextWeb:main
from
WhalejayWei:feature/dalle-support-1358
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix: ChatGPTNextWeb#1401 try to disable zoom
提示词写错了成了/Image,实际只接受/image。 |
|
fix: typo upater -> updater
docs: add supported languages to README.md
fix: show Vietnamese in its own language
…ScrollIntoView feat: scrolling effect when switching chat windows
fix: the theme-color selector
fix: typo upater -> updater
…jayWei/ChatGPT-Next-Web into feature/dalle-support-1358
还有2个小问题:
|
我也发现了,面具里面的配置修改是无效的,需要在设置中修改 |
另外 size 参数漏掉了,size 确实无效 |
当前dalle3支持作为模型,或者作为插件使用,这个pr暂时关闭了 |
Currently, dalle3 supports being used as a model or as a plug-in. This PR is temporarily closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
添加对DALL-E的支持 #1358
描述
此 Pull Request 添加了对DALL-E的支持,使我们的项目能够生成与给定关键词相关的图像。
主要更改
/image {keyword}
可以调用DALL-E生成图像。/image
与 Prompt 调用的冲突,我们在默认配置中使用Enter
来提交请求。使用方法
用户可以输入
/image {keyword}
来调用DALL-E生成图像。例如,输入/image 猫
将会生成与猫相关的图像。请注意,由于/image
与 Prompt 调用存在冲突,因此我们更改了默认的提交方式,用户需要按Enter
键来提交请求。测试
我们已经对这个新功能进行了一系列的测试,以确保其正确性和稳定性。
结论
这个新功能极大地提高了我们项目的功能性,为用户提供了更多的互动方式。期待您的审查和反馈。