Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 authored Nov 26, 2023
1 parent e901cfd commit 455ad1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def settings_schema():
@tool(return_direct=True)
def generate_image(tool_input, cat):
"""
A plugin used to generate an image based on a text.
The input is the text used as a prompt for the image generation.
Useful to generate an image based on a text.
The input is the user's requested image.
"""

settings = cat.mad_hatter.plugins["meow_art"].load_settings()
Expand Down

0 comments on commit 455ad1d

Please sign in to comment.