Unable to generate image via dalle using modelspec after updating to 0.7.5 #4579
-
Beta Was this translation helpful? Give feedback.
Answered by
danny-avila
Oct 30, 2024
Replies: 2 comments 1 reply
-
Add this: agentOptions:
model: "gpt-4o" - name: "Generate Images using DALLE3"
label: "Image Generation Tool (DALLE3)"
description: "Generate images using DALLE3"
preset:
default: false
endpoint: "gptPlugins"
model: "gpt-4o"
modelLabel: "Image Generation"
tools: ["dalle"]
agentOptions:
model: "gpt-4o"
greeting: |
This assistant will generate images based on your query using DALLE3
promptPrefix: |
Taking the users input, generate an image using dalle Note: plugins will be deprecated soon in favor of a better system: #3607 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nathanwong91
-
Thank you that has worked! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this:
Note: plugins will be deprecated soon in favor of a better system: #3607