We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22da4b2 commit eb5e3ebCopy full SHA for eb5e3eb
Samples~/ChatGPT/ChatGPT.cs
@@ -58,7 +58,7 @@ private async void SendReply()
58
// Complete the instruction
59
var completionResponse = await openai.CreateChatCompletion(new CreateChatCompletionRequest()
60
{
61
- Model = "gpt-3.5-turbo-0301",
+ Model = "gpt-3.5-turbo-0613",
62
Messages = messages
63
});
64
0 commit comments