Skip to content

Commit

Permalink
Update for APIM models
Browse files Browse the repository at this point in the history
  • Loading branch information
spboyer committed May 7, 2024
1 parent c035fd7 commit 61246e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/eShop.AppHost/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
{
const string openAIName = "openai";

//const string textEmbeddingName = "contoso-es-ada-002";
//const string chatModelName = "contoso-es-gpt-35-turbo-16k";
const string textEmbeddingName = "contoso-es-ada-002";
const string chatModelName = "contoso-es-gpt-35-turbo-16k";

const string textEmbeddingName = "shboyer-text-emdedding-ada-002";
const string chatModelName = "shboyer-gpt35deployment";
//const string textEmbeddingName = "shboyer-text-emdedding-ada-002";
//const string chatModelName = "shboyer-gpt35deployment";

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

0 comments on commit 61246e9

Please sign in to comment.