From 61246e98c367252cdf731331eae977f33b18c6c0 Mon Sep 17 00:00:00 2001 From: Shayne Boyer Date: Tue, 7 May 2024 10:35:55 -0400 Subject: [PATCH] Update for APIM models --- src/eShop.AppHost/Program.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/eShop.AppHost/Program.cs b/src/eShop.AppHost/Program.cs index a4d340b..28d0b9c 100644 --- a/src/eShop.AppHost/Program.cs +++ b/src/eShop.AppHost/Program.cs @@ -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": {