aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio_22/Tango.Portal.Chat.Web/appsettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/appsettings.json')
-rw-r--r--Software/Visual_Studio_22/Tango.Portal.Chat.Web/appsettings.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/appsettings.json b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/appsettings.json
new file mode 100644
index 000000000..c5bebc38f
--- /dev/null
+++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/appsettings.json
@@ -0,0 +1,20 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "OpenAI": {
+ "IsAzure": false,
+ "Endpoint": "https://api.openai.com/v1/chat/completions",
+ "ApiKey": "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",
+ "Model": "gpt-4o-mini",
+ "Temperature": 0.2
+ },
+ "ADX": {
+ "ClusterUri": "https://adx-twine.westeurope.kusto.windows.net/",
+ "Database": "twine-dev"
+ },
+ "AllowedHosts": "*"
+} \ No newline at end of file