Skip to content

Commit

Permalink
feat: chat gpt model version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
srcnalt committed Jul 17, 2023
1 parent 22da4b2 commit eb5e3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples~/ChatGPT/ChatGPT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private async void SendReply()
// Complete the instruction
var completionResponse = await openai.CreateChatCompletion(new CreateChatCompletionRequest()
{
Model = "gpt-3.5-turbo-0301",
Model = "gpt-3.5-turbo-0613",
Messages = messages
});

Expand Down

0 comments on commit eb5e3eb

Please sign in to comment.