From f1cc201411dac955193c1b572f957f6bdac73ecb Mon Sep 17 00:00:00 2001 From: Beingpax Date: Fri, 25 Jul 2025 15:03:31 +0545 Subject: [PATCH] remove deepseek references --- VoiceInk/Views/AI Models/APIKeyManagementView.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/VoiceInk/Views/AI Models/APIKeyManagementView.swift b/VoiceInk/Views/AI Models/APIKeyManagementView.swift index 1117639..787a66a 100644 --- a/VoiceInk/Views/AI Models/APIKeyManagementView.swift +++ b/VoiceInk/Views/AI Models/APIKeyManagementView.swift @@ -408,8 +408,6 @@ struct APIKeyManagementView: View { URL(string: "https://console.groq.com/keys")! case .openAI: URL(string: "https://platform.openai.com/api-keys")! - case .deepSeek: - URL(string: "https://platform.deepseek.com/api-keys")! case .gemini: URL(string: "https://makersuite.google.com/app/apikey")! case .anthropic: