From 16c450506888a3de4cbc30fac517c3113543065f Mon Sep 17 00:00:00 2001 From: Joey Schluchter Date: Wed, 24 Apr 2024 14:32:25 -0400 Subject: [PATCH] tracking changes --- .../wwwroot/.well-known/ai-plugin.json | 2 +- webapi/appsettings.json | 29 ++++++++++++++----- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/TSA-API/tsaWaitTime/wwwroot/.well-known/ai-plugin.json b/TSA-API/tsaWaitTime/wwwroot/.well-known/ai-plugin.json index c6e5818bf..8ab7bd065 100644 --- a/TSA-API/tsaWaitTime/wwwroot/.well-known/ai-plugin.json +++ b/TSA-API/tsaWaitTime/wwwroot/.well-known/ai-plugin.json @@ -14,4 +14,4 @@ "logo_url": "http://localhost:5088/.well-known/tsalogo.png", "contact_email": "support@example.com", "legal_info_url": "http://www.example.com/legal" -} +} \ No newline at end of file diff --git a/webapi/appsettings.json b/webapi/appsettings.json index e4ecaf53a..d3680d7ed 100644 --- a/webapi/appsettings.json +++ b/webapi/appsettings.json @@ -47,11 +47,20 @@ // - Key is the key used to access the plugin if it requires authentication. "Plugins": [ // Klarna Shopping does not require authentication. + // { + // "Name": "Klarna Shopping", + // "ManifestDomain": "https://www.klarna.com" + // // "Key": "" + // }, { - "Name": "Klarna Shopping", - "ManifestDomain": "https://www.klarna.com" - // "Key": "" - } + "Name": "TSA Wait times", + "ManifestDomain": "http://localhost:5088" + }, + // { + // "Name": "Miyagi calculator", + // "ManifestDomain": "https://ai-demos.azure-api.net" + // // "Key": "" + // } ], // // Optional Azure Speech service configuration for providing Azure Speech access tokens. @@ -152,6 +161,8 @@ "AllowedOrigins": [ "http://localhost:3000", "https://localhost:3000", + "http://localhost:5000", + "https://localhost:5000", "http://localhost:5088", "https://localhost:5088" ], @@ -183,9 +194,13 @@ "QueueType": "SimpleQueues" }, // Multiple generators can be used, e.g. for data migration, A/B testing, etc. - "EmbeddingGeneratorTypes": ["AzureOpenAIEmbedding"], + "EmbeddingGeneratorTypes": [ + "AzureOpenAIEmbedding" + ], // Vectors can be written to multiple storages, e.g. for data migration, A/B testing, etc. - "MemoryDbTypes": ["SimpleVectorDb"], + "MemoryDbTypes": [ + "SimpleVectorDb" + ], // ImageOcrType is the image OCR configuration: "None", "AzureFormRecognizer" or "Tesseract" "ImageOcrType": "None" }, @@ -398,4 +413,4 @@ // (i.e. dotnet user-secrets set "APPLICATIONINSIGHTS_CONNECTION_STRING" "MY_APPINS_CONNSTRING") // "APPLICATIONINSIGHTS_CONNECTION_STRING": null -} +} \ No newline at end of file