Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

test-dalle-base64.yaml 648 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  1. # Test configuration for DALL-E with base64 response format
  2. description: Test DALL-E base64 image generation and asset storage
  3. providers:
  4. - id: openai:image:dall-e-3
  5. config:
  6. response_format: b64_json
  7. size: 1024x1024
  8. quality: standard
  9. - id: openai:image:dall-e-2
  10. config:
  11. response_format: b64_json
  12. size: 512x512
  13. prompts:
  14. - 'Create a photorealistic image of: {{subject}}'
  15. - 'Draw {{subject}} in a minimalist style'
  16. tests:
  17. - vars:
  18. subject: a red panda eating bamboo
  19. - vars:
  20. subject: a futuristic cityscape at sunset
  21. - vars:
  22. subject: abstract geometric patterns in blue and gold
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...