GavinGoo / pandora-web

复活原潘多拉,使其作为能使用OAI前端代理+自定义API的Web面板
GNU General Public License v2.0
171 stars 60 forks source link

DALL·E 绘画的模型配置文件应该是怎么样的? #12

Open jiewenhuang opened 4 weeks ago

jiewenhuang commented 4 weeks ago

我使用的

"dall-e-3": {
        "slug": "dall-e-3",
        "url": "",
        "auth": [""],
        "prompt_model": "dall-e-3",
        "history_count": 10,
        "title": "dall-e-3",
        "description": "GPT-4",
        "max_tokens": 8191 
    }

提示

image
GavinGoo commented 3 weeks ago

不好意思之前在忙,现在才看到。

prompt_model 是用来文生文 以优化prompt的,应该选择其他文本模型

dalle本身不支持上下文 因此 history_count 需要设置为0