From 25c17bf2adcc8f1d1a3e3a9e4a48d6b6eb713751 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 30 Aug 2025 11:12:24 +0200 Subject: [PATCH] Improved account creation URL --- app/MindWork AI Studio/Provider/LLMProvidersExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Provider/LLMProvidersExtensions.cs b/app/MindWork AI Studio/Provider/LLMProvidersExtensions.cs index 25d0e47c..e0932aa9 100644 --- a/app/MindWork AI Studio/Provider/LLMProvidersExtensions.cs +++ b/app/MindWork AI Studio/Provider/LLMProvidersExtensions.cs @@ -200,7 +200,7 @@ public static class LLMProvidersExtensions LLMProviders.X => "https://accounts.x.ai/sign-up", LLMProviders.DEEP_SEEK => "https://platform.deepseek.com/sign_up", LLMProviders.ALIBABA_CLOUD => "https://account.alibabacloud.com/register/intl_register.htm", - LLMProviders.PERPLEXITY => "https://www.perplexity.ai/", + LLMProviders.PERPLEXITY => "https://www.perplexity.ai/account/api", LLMProviders.GROQ => "https://console.groq.com/", LLMProviders.FIREWORKS => "https://fireworks.ai/login",