Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Mar 2, 2023
1 parent 51d77a4 commit 9e402d4
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 @@ -218,7 +218,7 @@ Given a chat conversation, the model will return a chat completion response.
Creates a completion for the chat message

```csharp
IClient(OpenAIAuthentication.LoadFromEnv());
var api = new OpenAIClient();
var chatPrompts = new List<ChatPrompt>
{
new ChatPrompt("system", "You are a helpful assistant."),
Expand Down

0 comments on commit 9e402d4

Please sign in to comment.