更新版本为2.2.0

This commit is contained in:
mali-i 2026-04-21 17:16:05 +08:00
parent d5552f1fa4
commit 54f097d133
5 changed files with 15 additions and 57 deletions

View file

@ -37,6 +37,9 @@ DeepSeek AI Assistant 是一款辅助 Obsidian 用户进行 Prompt 管理与知
#### 支持自定义大模型服务商
兼容 OpenAI 格式的 API您可以配置任意支持 OpenAI 格式的大模型服务商(如 DeepSeek, OpenAI, Claude via proxy 等),自定义 Base URL 和模型名称。
#### 多轮对话能力
能够@自己的历史对话,作为新对话的上下文
### 配置和使用说明
1. 在插件设置中选择服务商(默认 DeepSeek 或 Custom
2. 填入您的 API Key。如果是自定义服务商还需填写 Base URL 和 Model ID。
@ -82,19 +85,22 @@ Supports generating dedicated links for each prompt. You can save links in your
#### Inquiry Statistics
Includes a heatmap feature to display recent inquiry frequency. This serves as a lightweight reference for your learning trajectory, helping you understand changes in your focus.
# Custom LLM Provider Support
#### Basic Chat Support
Integrates DeepSeek V3 and R1 models, supports streaming output, and provides basic Markdown rendering for easy copying into your notes.
#### Custom LLM Provider Support
Compatible with OpenAI format APIs. You can configure any LLM provider that supports the OpenAI format (e.g., DeepSeek, OpenAI, etc.) by customizing the Base URL and Model ID.
#### Multi-turn Conversations
You can @mention your own historical conversations and use them as context for a new conversation.
### Configuration
1. Select the provider in the plugin settings (default DeepSeek or Custom).
2. Enter your API Key. If using a custom provider, also enter the Base URL and Model ID.
3. Ensure your account has sufficient token balance.
4. Open the interface via the ribbon icon or the command palette ("Open deepseek-ai-assistant").
5## Configuration
1. Enter your [DeepSeek API Key](https://platform.deepseek.com) in the plugin settings.
2. Ensure your account has sufficient token balance.
3. Open the interface via the ribbon icon or the command palette ("Open deepseek-ai-assistant").
4. Your API KEY and all data are stored locally in your `data.json` file.
5. Your API KEY and all data are stored locally in your `data.json` file.
### Support & Sponsoring
If you find this plugin helpful, feel free to buy the author a coffee!

View file

@ -1,48 +0,0 @@
## 简单介绍 introduction
你可以通过这个插件在Obsidian中方便地向Deepseek AI问问题。
以问题为驱动式地学习。你可以直接复制AI响应的回答内容来完善你在obsidian中的笔记文档。
另外,本插件能够统计并显示近三个月每天你提出的问题,方便你回顾。我想,了解自己三天前提出过的问题或者一个月前感兴趣的话题,并与此刻自己感兴趣的问题做比较,会很有意思。这能够帮助我们捕捉到非线性的想法流中线性的一部分。
With this plugin, you can easily ask questions to Deepseek AI in Obsidian.
Problem-driven learning. You can directly copy the answers in the AI response to complete your notes in obsidian.
In addition, this plugin can count and display the questions you have raised every day for the past three months, so that you can easily review. I think it would be interesting to know what you asked three days ago or what you were interested in a month ago, and compare it to what you're interested in at the moment. This helps us capture the linear part of the non-linear flow of ideas.
<div align="center">
<img src="https://github.com/mali-i/obsidian-Deepseek-ai-assistant-plugin/blob/main/images/plugin_example.gif" width="400px"/>
</div>
## 如何使用 how to use
你需要在本插件的设置页面中完善你的deepseek api key
关于获取deepseek api key请参考https://platform.deepseek.com
对了还需要自己充值自己的Token用量
You need to complete your DeepSeek API key in the settings page of this plugin.
For more information about obtaining the DeepSeek API key, see https://platform.deepseek.com
By the way, you also need to recharge your own token usage
## 打赏
<div align="center">
<img
src="https://github.com/mali-i/deepseek-ai-assistant/blob/main/images/%E5%BE%AE%E4%BF%A1%E8%B5%9E%E8%B5%8F%E7%A0%81.JPG"
width="200px"
/>
</div>

View file

@ -1,7 +1,7 @@
{
"id": "deepseek-ai-assistant",
"name": "deepseek-ai-assistant",
"version": "2.1.0",
"version": "2.2.0",
"minAppVersion": "1.1.0",
"description": "Help you to study with ai-prompting.",
"author": "algernon",

View file

@ -1,6 +1,6 @@
{
"name": "deepseek-ai-assistant",
"version": "2.1.0",
"version": "2.2.0",
"description": "",
"keywords": [
"obsidian-plugin"

File diff suppressed because one or more lines are too long