Skip to content
Discussion options

You must be logged in to vote

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

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@rajnish21a
Comment options

Answer selected by nathanwong91
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #4578 on October 30, 2024 01:10.