Skip to content

Commit 3a862e1

Browse files
committed
add gemini
1 parent 05ec177 commit 3a862e1

6 files changed

+300
-461
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,17 @@ Tars 是一个 Obsidian 插件,基于标签建议进行文本生成,支持 C
2323

2424
## AI 服务提供商
2525

26+
- [Azure OpenAI](https://azure.microsoft.com)
2627
- [Claude](https://claude.ai)
27-
- [OpenAI](https://platform.openai.com/api-keys)
28-
- [Ollama](https://www.ollama.com)
29-
- [Kimi](https://www.moonshot.cn)
28+
- [DeepSeek 深度求索](https://www.deepseek.com)
3029
- [Doubao 豆包](https://www.volcengine.com/product/doubao)
30+
- [Gemini](https://gemini.google.com)
31+
- [Kimi](https://www.moonshot.cn)
32+
- [Ollama](https://www.ollama.com)
33+
- [OpenAI](https://platform.openai.com/api-keys)
3134
- [Qianfan 百度千帆](https://qianfan.cloud.baidu.com)
3235
- [Qwen 阿里千问](https://dashscope.console.aliyun.com)
3336
- [Zhipu 智谱](https://open.bigmodel.cn/)
34-
- [DeepSeek 深度求索](https://www.deepseek.com)
35-
- [Azure OpenAI](https://azure.microsoft.com)
3637

3738
如果上面列表没有你想要的 AI 服务提供商,可以在 issue 中提出具体方案。
3839

README_en.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,17 @@ Tars is an Obsidian plugin that supports text generation based on tag suggestion
2323

2424
## AI providers
2525

26+
- [Azure OpenAI](https://azure.microsoft.com)
2627
- [Claude](https://claude.ai)
27-
- [OpenAI](https://platform.openai.com/api-keys)
28-
- [Ollama](https://www.ollama.com)
29-
- [Kimi](https://www.moonshot.cn)
28+
- [DeepSeek](https://www.deepseek.com)
3029
- [Doubao](https://www.volcengine.com/product/doubao)
30+
- [Gemini](https://gemini.google.com)
31+
- [Kimi](https://www.moonshot.cn)
32+
- [Ollama](https://www.ollama.com)
33+
- [OpenAI](https://platform.openai.com/api-keys)
3134
- [Qianfan](https://qianfan.cloud.baidu.com)
3235
- [Qwen](https://dashscope.console.aliyun.com)
3336
- [Zhipu](https://open.bigmodel.cn/)
34-
- [DeepSeek](https://www.deepseek.com)
35-
- [Azure OpenAI](https://azure.microsoft.com)
3637

3738
If the AI provider you want is not in the list above, you can propose a specific plan in the issue.
3839

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "tars",
33
"name": "Tars",
4-
"version": "0.6.4",
4+
"version": "0.7.0",
55
"minAppVersion": "1.5.8",
6-
"description": "Text generation based on tag suggestions, using Claude, OpenAI, Ollama, Kimi, Doubao, Qwen, Zhipu, DeepSeek, QianFan & more.",
6+
"description": "Text generation based on tag suggestions, using Claude, OpenAI, Gemini, Ollama, Kimi, Doubao, Qwen, Zhipu, DeepSeek, QianFan & more.",
77
"author": "Tarslab",
88
"authorUrl": "https://github.com/tarslab",
99
"isDesktopOnly": true

0 commit comments

Comments
 (0)