Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rozek authored Aug 5, 2024
1 parent 4e02f89 commit a1d4fba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -782,19 +782,19 @@ The following examples actually include AI-related blocks. As before, the Blockl
### Text Completion (Proof-of-Concept) ###

![PoC](./Examples/PoC.png)
![PoC](./Examples/TextCompletion.png)

> this is the "proof-of-concept" mentioned above - play around as you like! (see [Blockly workspace file](./Examples/PoC.json) - download it onto your computer and then upload it into the Blockly workspace)
> this is the "proof-of-concept" mentioned above - play around as you like! (see [Blockly workspace file](./Examples/TextCompletion.json) - download it onto your computer and then upload it into the Blockly workspace)
![PoC-UI](./Examples/PoC-UI.png)
![PoC-UI](./Examples/TextCompletion-UI.png)

> this is what you may get as the result
### Chat Completion ###

![PoC](./Examples/ChatCompletion.png)

> here is an example for a simple ChatCompletion
> here is an example for a simple ChatCompletion (see [Blockly workspace file](./Examples/ChatCompletion.json)
![PoC-UI](./Examples/ChatCompletion-UI.png)

Expand Down

0 comments on commit a1d4fba

Please sign in to comment.