Skip to content

Commit

Permalink
Merge pull request #25 from heathbm/patch-2
Browse files Browse the repository at this point in the history
Fix typo in OPENAI-README.md
  • Loading branch information
aaronpowell authored Nov 22, 2023
2 parents faddae2 + 8c944f3 commit 430bc24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OPENAI-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Whether you are generating completions, chat completions or embeddings - you wil
So if we were going to use chat completions our code would look like:

```csharp
ChatCompletionsOptions completionsOptions = new() {
ChatCompletionsOptions completionOptions = new() {
MaxTokens=2048,
Temperature=0.7f,
NucleusSamplingFactor= 0.95f,
Expand All @@ -64,4 +64,4 @@ Using the SDK is the same as before. You only need to note the proxy's URL and y

You're limited to the model deployments listed above. Make sure you use the name exactly as specified.

Good luck! We have plenty of [learning materials available](https://github.com/microsoft/Hack-Together-DotNet#ai-1) for you to learn more.
Good luck! We have plenty of [learning materials available](https://github.com/microsoft/Hack-Together-DotNet#ai-1) for you to learn more.

0 comments on commit 430bc24

Please sign in to comment.