Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
haouarihk authored Mar 18, 2024
1 parent f87ec93 commit 3f55747
Show file tree
Hide file tree
Showing 55 changed files with 122 additions and 11 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packageId": "dalle",
"name": "OpenAI Dalle Package",
"version": "0.0.5",
"minTextGeneratorVersion": "0.5.0",
"version": "0.0.6",
"minTextGeneratorVersion": "0.7.0",
"description": "The package contains some interessting Dalle-2/Dalle-3 prompt templates",
"author": "Noureddine Haouari",
"tags": "photo, dalle-2, dalle-3",
Expand Down
23 changes: 14 additions & 9 deletions prompts/art3D.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
---
promptId: 'art3D'
name: '🖼️ Generate a 3D art photo'
description: 'select a text and photo with the style of 3D art will be generated using Dalle-2'
author: 'Prompt Engineering Guide'
tags: 'photo, dalle-2, art'
version: '0.0.1'
output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
promptId: art3D
name: 🖼️ Generate a 3D art photo
description: select a text and photo with the style of 3D art will be generated using Dalle-2
author: Prompt Engineering Guide
tags:
- photo
- dalle-2
- art
version: 0.0.1
output: \n![]({{requestResults.data.0.url}})
provider: custom
endpoint: https://api.openai.com/v1/images/generations
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, 3D art
2 changes: 2 additions & 0 deletions prompts/artAnime.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, anime
2 changes: 2 additions & 0 deletions prompts/artBallPointPen.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, ball-point pen art
2 changes: 2 additions & 0 deletions prompts/artBanksy.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, by Banksy
2 changes: 2 additions & 0 deletions prompts/artBauhaus.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, bauhaus art
2 changes: 2 additions & 0 deletions prompts/artCartoon.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, cartoon art
2 changes: 2 additions & 0 deletions prompts/artChildrenDrawing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
A children’s drawing of {{selection}}
2 changes: 2 additions & 0 deletions prompts/artClaymation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, claymation art/clay art
2 changes: 2 additions & 0 deletions prompts/artColoringBook.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, coloring book
2 changes: 2 additions & 0 deletions prompts/artCyberpunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, cyberpunk art
2 changes: 2 additions & 0 deletions prompts/artDeco.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}},deco art
2 changes: 2 additions & 0 deletions prompts/artDigital.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, digital art
2 changes: 2 additions & 0 deletions prompts/artGlitchcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, glitchcore art
2 changes: 2 additions & 0 deletions prompts/artGraffiti.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, graffiti art
2 changes: 2 additions & 0 deletions prompts/artLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, line art
2 changes: 2 additions & 0 deletions prompts/artLowPoly.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, low poly art
2 changes: 2 additions & 0 deletions prompts/artModern.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, modern art
2 changes: 2 additions & 0 deletions prompts/artNormanRockwell.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}},by Norman Rockwell
2 changes: 2 additions & 0 deletions prompts/artPencilSketch.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, pencil sketch/pencil drawing
2 changes: 2 additions & 0 deletions prompts/artPixel.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, pixel art
2 changes: 2 additions & 0 deletions prompts/artPsychedelic.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, psychedelic art
2 changes: 2 additions & 0 deletions prompts/artSalvadorDali.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}},by Salvador Dali
2 changes: 2 additions & 0 deletions prompts/artSprayPainted.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}},spray-painted onto a wall
2 changes: 2 additions & 0 deletions prompts/artSteampunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, steampunk art
2 changes: 2 additions & 0 deletions prompts/artStock.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, stock art
2 changes: 2 additions & 0 deletions prompts/artSynthwave.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, synthwave art
2 changes: 2 additions & 0 deletions prompts/artTakashiMurakami.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}},by Takashi Murakami
2 changes: 2 additions & 0 deletions prompts/artTimBurton.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}},by Tim Burton
2 changes: 2 additions & 0 deletions prompts/artUkiyoe.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, ukiyo-e art
2 changes: 2 additions & 0 deletions prompts/artVanGogh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}},by Van Gogh
2 changes: 2 additions & 0 deletions prompts/artVaporwave.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, vaporwave art
2 changes: 2 additions & 0 deletions prompts/artWarhol.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, by Warhol
2 changes: 2 additions & 0 deletions prompts/artWatercolor.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, watercolor art
2 changes: 2 additions & 0 deletions prompts/getPhoto.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}
2 changes: 2 additions & 0 deletions prompts/ligAmbient.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, Ambient Lighting
2 changes: 2 additions & 0 deletions prompts/ligCinematic.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, Cinematic Lighting
2 changes: 2 additions & 0 deletions prompts/ligFlare.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}},Lens Flare
2 changes: 2 additions & 0 deletions prompts/ligGoldenHour.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, Golden Hour Sunlight
2 changes: 2 additions & 0 deletions prompts/ligStudio.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}},Studio Lighting
2 changes: 2 additions & 0 deletions prompts/modArtStation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, Trending on ArtStation
2 changes: 2 additions & 0 deletions prompts/modAwardWinning.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ output: '\n![]({{requestResults.data.0.url}})'
provider: 'custom'
endpoint: 'https://api.openai.com/v1/images/generations'
body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}'
headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}"
stream: false
---
{{selection}}, Award-Winning Art
Loading

0 comments on commit 3f55747

Please sign in to comment.