From c2f6674a407ff90bfe74c09ed2d6c32bdd64e4f8 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 12 Sep 2024 22:51:16 +0200 Subject: [PATCH] Added another OpenAI source --- app/MindWork AI Studio/Provider/ProvidersExtensions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/MindWork AI Studio/Provider/ProvidersExtensions.cs b/app/MindWork AI Studio/Provider/ProvidersExtensions.cs index 2ddc7f8e..412796ee 100644 --- a/app/MindWork AI Studio/Provider/ProvidersExtensions.cs +++ b/app/MindWork AI Studio/Provider/ProvidersExtensions.cs @@ -42,6 +42,7 @@ public static class ProvidersExtensions Providers.FIREWORKS => Confidence.USA_NOT_TRUSTED.WithRegion("America, U.S.").WithSources("https://fireworks.ai/terms-of-service").WithLevel(settingsManager.GetConfiguredConfidenceLevel(provider)), Providers.OPEN_AI => Confidence.USA_NO_TRAINING.WithRegion("America, U.S.").WithSources( + "https://platform.openai.com/docs/models/default-usage-policies-by-endpoint", "https://openai.com/policies/terms-of-use/", "https://help.openai.com/en/articles/5722486-how-your-data-is-used-to-improve-model-performance", "https://openai.com/enterprise-privacy/"