Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideWiest authored Apr 1, 2024
1 parent 504a257 commit 090f9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

```cs
RequestResult result = new LLMRequestBuilder()
.UsingPrompt(new Prompt("Give me a number from 1 to 10"))
.UsingPrompt(new Prompt("What is prompt chaining and how does it work?"))
.UsingLLMConfig(new LLMConfig("gpt-3.5-turbo"))
.UsingLLMConnection(new OpenAIChatConnection())
.UsingRequestConfig(new RequestConfig())
Expand Down

0 comments on commit 090f9d2

Please sign in to comment.