Skip to content

Commit 55870be

Browse files
authored
Fix spacing on readme images
1 parent 1f66536 commit 55870be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,22 @@ Type in natural language prompts to this field. Press Enter or the "Submit" butt
1313

1414
### Settings dialog
1515
To get responses from OpenAI, you will need to provide an API Key in this dialog. It's available by pressing the ⚙️ button on the chat entry pane.
16+
1617
<img width="401" alt="image" src="https://user-images.githubusercontent.com/26607885/223858390-0bd5a4bd-2358-4d24-8d6d-ab8039b2f70f.png">
1718

1819
### Text Response
1920
Your prompts will be responded to via [chat completion](https://platform.openai.com/docs/guides/chat).
21+
2022
<img width="720" alt="image" src="https://user-images.githubusercontent.com/26607885/223862976-ba9113e8-558a-49d1-9d28-cc4547154123.png">
2123

2224
### Image Response
2325
If your prompt is determined to have primary intent to see an image, instead you will get a response from [image generation](https://platform.openai.com/docs/guides/images).
26+
2427
<img width="714" alt="image" src="https://user-images.githubusercontent.com/26607885/223865313-538544bf-ce76-4d38-a404-4aa456cec34b.png">
2528

2629
### Rich Code Blocks
2730
In your text response, if there are markdown code blocks, those will get syntax highlighting and other code niceties.
31+
2832
<img width="716" alt="image" src="https://user-images.githubusercontent.com/26607885/223868129-d8aa12a9-c5b6-47a1-a5ae-7498a0860aef.png">
2933

3034
### Feedback dialog

0 commit comments

Comments
 (0)