Skip to content

Commit

Permalink
Update image style and response format descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ExplorerGT92 authored and ExplorerGT92 committed Jan 17, 2024
1 parent 86eb6f0 commit da4bc8e
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 da4bc8e

Please sign in to comment.