Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Sep 6, 2024
1 parent 16f5b17 commit edf23e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/readme/openai-chat-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
* [Examples Streaming](#examples-streaming)
* [Example sync](#example-sync)
* [Example async](#example-async)

> [!NOTE]
For well designed prompts it might be worth to have a look at [Fabric](https://github.com/danielmiessler/fabric).

## Completion
Expand Down Expand Up @@ -62,6 +59,10 @@ Using prompt roles:
| *user* | Equivalent to the queries made by the user. |
| *assistant* | Assistent roles are the model’s responses, based on the user messages |

> [!NOTE]
For well designed prompts it might be worth to have a look at [Fabric](https://github.com/danielmiessler/fabric).


#### Parameter «options»

Expand Down

0 comments on commit edf23e9

Please sign in to comment.