mirror of
https://github.com/jie65535/JChatGPT.git
synced 2026-06-23 00:49:31 +08:00
Replace ImageEdit with ImageAgent for Qwen Image 2.0
Supports text-to-image, single-image edit and multi-image fusion (0-3 reference images) via a single tool. Renames imageEditModel config to imageModel (default qwen-image-2.0) and adds imageWatermark toggle. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -91,8 +91,10 @@ reasoningModelExtraBody: ''
|
||||
visualModelExtraBody: ''
|
||||
# 百炼平台API KEY
|
||||
dashScopeApiKey: ''
|
||||
# 百炼平台图片编辑模型
|
||||
imageEditModel: 'qwen-image-edit'
|
||||
# 百炼平台图像模型(文生图 + 图像编辑)
|
||||
imageModel: 'qwen-image-2.0'
|
||||
# 是否在生成图片右下角添加 Qwen-Image 水印
|
||||
imageWatermark: false
|
||||
# 百炼平台TTS模型
|
||||
ttsModel: 'qwen-tts'
|
||||
# Jina API Key
|
||||
@@ -280,7 +282,7 @@ JChatGPT 默认配置为使用阿里云百炼平台的通义千问系列模型
|
||||
6. **GroupManageAgent** - 群管理功能(如禁言)
|
||||
7. **SendSingleMessage/CompositeMessage** - 发送消息
|
||||
8. **SendVoiceMessage** - 发送语音消息
|
||||
9. **ImageEdit** - 图像编辑
|
||||
9. **ImageAgent** - 图像生成与编辑(文生图、单图编辑、多图融合)
|
||||
10. **WeatherService** - 天气查询
|
||||
11. **SearchChatHistory** - 按关键词、发送者、时间范围搜索群聊消息历史(依赖 mirai-hibernate-plugin)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user