Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ExplorerGT92 committed Jan 17, 2024
2 parents 19faa0e + da4bc8e commit 3b4980c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,11 +541,11 @@ async def main():
},
"style": {
"type": "string",
"description": "The image style to generate.",
"description": "The image style to generate. natural or vivid",
},
"response_format": {
"type": "string",
"description": "The response format to use for image generation.",
"description": "The response format to use for image generation b64_json or url.",
},
},
"required": ["prompt"],
Expand Down

0 comments on commit 3b4980c

Please sign in to comment.