mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-04 16:49:36 +00:00
Merge pull request #17 from Shchoholiev/feature/openai-model-change
Changed OpenAI model to gpt-4-1106-preview
This commit is contained in:
commit
e1e29b52ee
@ -2,7 +2,7 @@ namespace ShoppingAssistantApi.Application.Models.OpenAi;
|
|||||||
|
|
||||||
public class ChatCompletionRequest
|
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; }
|
public List<OpenAiMessage> Messages { get; set; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user