mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-29 11:24:21 +01:00
🧪 test: level 4 - fix format
This commit is contained in:
@@ -126,13 +126,13 @@ curl "https://us-central1-causal-diffusion.cloudfunctions.net/describe" \\
|
||||
{{"image": "<image url here>", "features": []}}
|
||||
]}}'
|
||||
Result format:
|
||||
{
|
||||
{{
|
||||
"result": [
|
||||
{
|
||||
{{
|
||||
"text": "<image description>"
|
||||
}
|
||||
}}
|
||||
]
|
||||
}
|
||||
}}
|
||||
The description is then used to generate a joke.
|
||||
The joke is the put on the image.
|
||||
The output is the image with the joke on it.''',
|
||||
|
||||
Reference in New Issue
Block a user