iuiaoin / wechat-gptbot

A wechat robot based on ChatGPT with no risk, very stable! 🚀
MIT License
579 stars 113 forks source link

[Bug]: dall-e-3参数设置 #102

Open QAbot-zh opened 9 months ago

QAbot-zh commented 9 months ago

Search for answers in existing issues

Python version

python 3.8

Issue description

官方文档说dall-e-3最小尺寸是10241024,那config.json的默认配置设置成512512是否参数不当?

image

Repro steps

No response

Relevant log output

No response

liangchaoUpUp commented 9 months ago

dall-e-3是必须要使用官方的GPT4.0 key才能使用吗

QAbot-zh commented 9 months ago

dall-e-3是必须要使用官方的GPT4.0 key才能使用吗

不用,普通key就行

h1xy commented 9 months ago

图片生成曾经成功过,但现在不行了,提示[ERROR][2023-11-29 23:17:51][chatgpt.py:53] - [ChatGPTBot] Create image failed: invalid value of n (request id: 20231129231749686961795NmkKiLOi) 这是咋回事

QAbot-zh commented 9 months ago

图片生成曾经成功过,但现在不行了,提示[ERROR][2023-11-29 23:17:51][chatgpt.py:53] - [ChatGPTBot] Create image failed: invalid value of n (request id: 20231129231749686961795NmkKiLOi) 这是咋回事

加一个n=1的传参,dalle3一次只能画一张图