mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-21 14:05:17 +02:00
feat: update text_to_image skill
This commit is contained in:
parent
20568a3d72
commit
3715a69e3f
4 changed files with 23 additions and 8 deletions
|
|
@ -20,7 +20,7 @@ async def mock_text_to_image():
|
|||
size_type: str
|
||||
|
||||
inputs = [
|
||||
{"input": "Panda emoji", "size_type": "256x256"}
|
||||
{"input": "Panda emoji", "size_type": "512x512"}
|
||||
]
|
||||
|
||||
for i in inputs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue