Skip to content

Commit

Permalink
Update to ChatGPT 4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
taurit committed Jul 19, 2024
1 parent 0820fd6 commit 35ca49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnkiStoryGenerator/AnkiStoryGenerator/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace AnkiStoryGenerator;
public class Settings
{
#if !DEBUG
public const string OpenAiModelId = "gpt-3.5-turbo";
public const string OpenAiModelId = "gpt-4o-mini";
#else
public const string OpenAiModelId = "gpt-4o";

Expand Down

0 comments on commit 35ca49b

Please sign in to comment.