1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-05 18:26:56 +00:00

feat: add deepseek

This commit is contained in:
lin onetwo 2025-03-01 14:37:22 +08:00
parent 5df39b1eff
commit b36946badb
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,7 @@
title: $:/plugins/tiddlywiki/ai-tools/servers/deepseek
tags: $:/tags/AI/CompletionServer
url: https://api.deepseek.com/chat/completions
caption: DeepSeek
auth-token-store-key: deepseek-secret-key
models: deepseek-chat deepseek-reasoner
extends: $:/plugins/tiddlywiki/ai-tools/servers/openai

View File

@ -0,0 +1,12 @@
title: $:/plugins/tiddlywiki/ai-tools/settings/deepseek
tags: $:/tags/AI/ServerSetting
caption: DeepSeek
!! ~DeepSeek API key
# Register for an account at https://deepseek.com/
# Complete the KYC and charge your account with a minimum of ¥1 on https://platform.deepseek.com/top_up
# Visit https://platform.deepseek.com/api_keys to create a new secret API key
# Copy and paste the value into the box below
~DeepSeek Secret API Key: <$password name={{$:/plugins/tiddlywiki/ai-tools/servers/deepseek!!auth-token-store-key}}/>