mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 14:23:53 +00:00
feat: add deepseek
This commit is contained in:
parent
5df39b1eff
commit
b36946badb
7
plugins/tiddlywiki/ai-tools/servers/deepseek.tid
Normal file
7
plugins/tiddlywiki/ai-tools/servers/deepseek.tid
Normal 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
|
12
plugins/tiddlywiki/ai-tools/settings/deepseek.tid
Normal file
12
plugins/tiddlywiki/ai-tools/settings/deepseek.tid
Normal 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}}/>
|
Loading…
x
Reference in New Issue
Block a user