Skip to content

Commit

Permalink
💸 Use GPT 4
Browse files Browse the repository at this point in the history
  • Loading branch information
bradystroud committed Sep 25, 2023
1 parent c298ffa commit 940e534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TimesheetGPT.Application/Services/SemKerAiService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public async Task<string> GetSummary(string text, string extraPrompts)
// "...your Azure OpenAI Key..."); // Azure OpenAI Key

builder.WithOpenAIChatCompletionService(
"gpt-3.5-turbo", // Cheap mode
// "gpt-4", // 💸
// "gpt-3.5-turbo", // Cheap mode
"gpt-4", // 💸
_apiKey);

var kernel = builder.Build();
Expand Down

0 comments on commit 940e534

Please sign in to comment.