Skip to content

Commit

Permalink
+ use gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
NicklausBrain committed Dec 5, 2024
1 parent 04eca32 commit bd468c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion My1kWordsEe/Services/Ai/OpenAiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace My1kWordsEe.Services
public class OpenAiClient
{
public const string ApiSecretKey = "Secrets:OpenAiKey";
public const string Model = "gpt-4o-mini";
public const string Model = "gpt-4o";

private readonly IConfiguration config;
private readonly ILogger logger;
Expand Down Expand Up @@ -169,6 +169,7 @@ public static async Task<Result<Sentence>> GetSampleSentence(this OpenAiClient o
"Sinu ülesanne on kirjutada selle kasutamise kohta lihtne lühike näitelause, kasutades seda sõna.\n" +
"Lauses kasuta kõige levinuimaid ja lihtsamaid sõnu eesti keeles et toetada keeleõpet.\n" +
"Eelistan SVO-lausete sõnajärge, kus esikohal on subjekt (S), seejärel tegusõna (V) ja objekt (O)\n" +
"Lausel peaks olema praktiline tegelik elu mõte\n" +
"Teie väljundiks on JSON-objekt koos eestikeelse näidislausega ja sellele vastav tõlge inglise keelde vastavalt lepingule:\n" +
"```\n{\n" +
"\"ee_sentence\": \"<näide eesti keeles>\", \"en_sentence\": \"<näide inglise keeles>\"" +
Expand Down

0 comments on commit bd468c0

Please sign in to comment.