From fee368996099a92ffd549905054aa9dfb177c0a9 Mon Sep 17 00:00:00 2001 From: linyq Date: Thu, 6 Mar 2025 22:05:03 +0800 Subject: [PATCH] =?UTF-8?q?docs(README):=20=E5=8F=91=E5=B8=830.5.2?= =?UTF-8?q?=E7=89=88=E6=9C=AC=EF=BC=8C=E6=9B=B4=E6=96=B0=20DeepSeek=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- config.example.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3256ffc..b969811 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ NarratoAI 是一个自动化影视解说工具,基于LLM实现文案撰写、 ## 最新资讯 -- 2025.03.06 支持 DeepSeek R1 和 DeepSeek V3 模型进行短剧混剪 -- 2024.12.16 发布新版本 0.3.9, 支持阿里 Qwen2-VL 模型理解视频;支持短剧混剪 +- 2025.03.06 发布新版本 0.5.2,支持 DeepSeek R1 和 DeepSeek V3 模型进行短剧混剪 +- 2024.12.16 发布新版本 0.3.9,支持阿里 Qwen2-VL 模型理解视频;支持短剧混剪 - 2024.11.24 开通 discord 社群:https://discord.com/invite/V2pbAqqQNb - 2024.11.11 迁移开源社群,欢迎加入! [加入官方社群](https://github.com/linyqh/NarratoAI/wiki) - 2024.11.10 发布官方文档,详情参见 [官方文档](https://p9mf6rjv3c.feishu.cn/wiki/SP8swLLZki5WRWkhuFvc2CyInDg) diff --git a/config.example.toml b/config.example.toml index 5dda1bf..41b7022 100644 --- a/config.example.toml +++ b/config.example.toml @@ -1,5 +1,5 @@ [app] - project_version="0.3.9" + project_version="0.5.2" # 支持视频理解的大模型提供商 # gemini # NarratoAPI @@ -73,7 +73,7 @@ text_qwen_base_url = "https://dashscope.aliyuncs.com/compatible-mode/v1" ########## DeepSeek API Key - # Visit https://platform.deepseek.com/api_keys to get your API key + # 使用 硅基流动 第三方 API Key,使用手机号注册:https://cloud.siliconflow.cn/i/pyOKqFCV text_deepseek_api_key = "" text_deepseek_base_url = "https://api.siliconflow.cn/v1" text_deepseek_model_name = "deepseek-ai/DeepSeek-V3"