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 25, 2023
1 parent 0e64dd9 commit a357c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def generate_image(tool_input, cat):
The input is the text used as a prompt for the image generation.
"""

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

req = requests.post("https://api.openai.com/v1/images/generations",
headers={
Expand Down

0 comments on commit a357c1e

Please sign in to comment.