From 9292b0d02ead38b359df1e61a34be068b242e636 Mon Sep 17 00:00:00 2001 From: Mic Date: Thu, 28 Aug 2025 20:49:00 +0200 Subject: [PATCH] Deepseek added to the openai compatible api presets. see #486 --- js/api/openai_comp_configs.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/js/api/openai_comp_configs.js b/js/api/openai_comp_configs.js index cffb2fba..35ce9cd9 100644 --- a/js/api/openai_comp_configs.js +++ b/js/api/openai_comp_configs.js @@ -32,6 +32,13 @@ export const openAICompConfigs = [ host: '', use_v1: true, }, + { + id: 'deepseek', + name: 'DeepSeek API', + chat_name: 'DeepSeek', + host: 'https://api.deepseek.com', + use_v1: false, + }, { id: 'grok', name: 'Grok API',