Skip to content

Commit

Permalink
bump to davinci 3
Browse files Browse the repository at this point in the history
  • Loading branch information
adhurwit committed Apr 12, 2023
1 parent 2928532 commit 1a6de44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static void Main(string[] args)
.WithMemoryStorage(memoryStore)
.Build();

kernel.Config.AddAzureOpenAITextCompletionService("text-davinci-002", "text-davinci-002", Env.Var("AZURE_OPENAI_ENDPOINT"), Env.Var("AZURE_OPENAI_KEY"));
kernel.Config.AddAzureOpenAITextCompletionService("text-davinci-003", "text-davinci-003", Env.Var("AZURE_OPENAI_ENDPOINT"), Env.Var("AZURE_OPENAI_KEY"));

if(question) RunAsync(kernel).Wait();
if(parse) ParseText(kernel, tenkfile).Wait();
Expand Down

0 comments on commit 1a6de44

Please sign in to comment.