Skip to content

Commit

Permalink
model name update
Browse files Browse the repository at this point in the history
  • Loading branch information
spboyer committed May 6, 2024
1 parent 6b71405 commit bd2470f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/eShop.AppHost/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
.WithReference(serviceBus)
.WithReference(appInsights);

// set to true if you want to use OpenAI
// set to true if you want to use OpenAI - LEARN more at https://aka.ms/ai-apps
bool useOpenAI = true;
if (useOpenAI)
{
const string openAIName = "openai";
const string textEmbeddingName = "shboyer-text-emdedding-ada-002";
const string chatModelName = "shboyer-gpt35deployment";
const string textEmbeddingName = "contoso-es-ada-002-dev01";
const string chatModelName = "contoso-es-gpt-35-turbo-16k-dev01";

// to use an existing OpenAI resource, add the following to the AppHost user secrets:
// "ConnectionStrings": {
Expand Down

0 comments on commit bd2470f

Please sign in to comment.