mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-04 16:49:36 +00:00
Update ChatCompletionRequest.cs
This commit is contained in:
parent
49837d4f18
commit
b17cbc05f0
@ -2,7 +2,7 @@ namespace ShoppingAssistantApi.Application.Models.OpenAi;
|
||||
|
||||
public class ChatCompletionRequest
|
||||
{
|
||||
public string Model { get; set; } = "gpt-4";
|
||||
public string Model { get; set; } = "gpt-4-1106-preview";
|
||||
|
||||
public List<OpenAiMessage> Messages { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user