Skip to content

Commit

Permalink
update version && readme
Browse files Browse the repository at this point in the history
  • Loading branch information
muzhi1991 committed Jul 20, 2024
1 parent 2972a6a commit 24b7867
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The Obsidian PrivateAI Plugin (PrivateAI) is an innovative Obsidian plugin aimed
* **Local First**: Supports Ollama local solutions, including LLM and Embedding models, ensuring data privacy and quick response.
* **OpenAI Interface Support**: For users who cannot deploy locally, this plugin provides support for OpenAI interfaces with customizable configurations.
* **i18n Adaptation**: Supports multiple languages; currently supports English, Simplified Chinese, Traditional Chinese, and German.
* **Interface Adaptation for Obsidian**: The interface is adapted to Obsidian's theme, providing a user experience consistent with native plugins.

The plugin offers three dialogue modes:

Expand Down
1 change: 1 addition & 0 deletions README_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Das Obsidian PrivateAI Plugin (PrivateAI) ist ein innovatives Plugin für Obsidi
* **Local First**: Unterstützt Ollama-Lösungen vor Ort, einschließlich LLM- und Embedding-Modelle, um Datenprivatsphäre und schnelle Reaktionen zu gewährleisten.
* **OpenAI-Schnittstellenunterstützung**: Für Benutzer, die keine lokale Bereitstellung durchführen können, bietet dieses Plugin Unterstützung für OpenAI-Schnittstellen mit anpassbaren Konfigurationen.
* **i18n-Anpassung**: Unterstützt mehrere Sprachen; derzeit werden Englisch, vereinfachtes Chinesisch, traditionelles Chinesisch und Deutsch unterstützt.
* **Schnittstellenanpassung für Obsidian**: Die Schnittstelle ist an das Obsidian-Thema angepasst und bietet ein einheitliches Benutzererlebnis wie bei nativen Plugins.

Das Plugin bietet drei Dialogmodi:

Expand Down
1 change: 1 addition & 0 deletions README_zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Obsidian PrivateAI 插件 (PrivateAI) 是一個創新的 Obsidian 插件,致
* **Local First**: 支持 Ollama 本地方案,包括 LLM 和 Embedding 模型,確保數據隱私與快速響應。
* **OpenAI 接口支持**: 對於無法本地部署的用戶,本插件提供對 OpenAI 接口的支持,且支持自定義配置。
* **i18n 適配**: 支持多語言,目前支持英語、簡體中文、繁體中文和德語。
* **介面適配 Obsidian**: 介面與 Obsidian 的主題適配,如同原生插件,保持一致性的用戶體驗。

本插件提供三種對話模式:

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Obsidian PrivateAI Plugin (PrivateAI) 是一个创新的 Obsidian 插件,致
* **Local First**: 支持 Ollama 本地方案,包括 LLM 和 Embedding 模型,确保数据隐私与快速响应。
* **OpenAI 接口支持**: 对于无法本地部署的用户,本插件提供对 OpenAI 接口的支持,且支持自定义配置。
* **i18n 适配**: 支持多语言,目前支持英语、简体中文、繁体中文和德语。
* **界面适配 Obsidian**: 界面与 Obsidian 的主题适配,如同原生插件,保持一致性的用户体验。

本插件提供三种对话模式:

Expand Down Expand Up @@ -107,7 +108,6 @@ Obsidian PrivateAI Plugin (PrivateAI) 是一个创新的 Obsidian 插件,致

## Roadmap
- 基础功能
- clear历史记录按钮
- prompt配置功能
- Chat 记录的 Workspace 管理功能
- 使用恢复的上下文对话
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "private-ai-plugin",
"name": "PrivateAI",
"version": "0.0.2",
"version": "0.1.0",
"minAppVersion": "1.15.0",
"description": "Notebook AI assistant, RAG application, Ollama/OpenAI support",
"author": "muzhi1991",
Expand Down

0 comments on commit 24b7867

Please sign in to comment.