Skip to content

Commit

Permalink
add gemini
Browse files Browse the repository at this point in the history
  • Loading branch information
ae86jack committed Dec 5, 2024
1 parent 05ec177 commit 3a862e1
Show file tree
Hide file tree
Showing 6 changed files with 300 additions and 461 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ Tars 是一个 Obsidian 插件,基于标签建议进行文本生成,支持 C

## AI 服务提供商

- [Azure OpenAI](https://azure.microsoft.com)
- [Claude](https://claude.ai)
- [OpenAI](https://platform.openai.com/api-keys)
- [Ollama](https://www.ollama.com)
- [Kimi](https://www.moonshot.cn)
- [DeepSeek 深度求索](https://www.deepseek.com)
- [Doubao 豆包](https://www.volcengine.com/product/doubao)
- [Gemini](https://gemini.google.com)
- [Kimi](https://www.moonshot.cn)
- [Ollama](https://www.ollama.com)
- [OpenAI](https://platform.openai.com/api-keys)
- [Qianfan 百度千帆](https://qianfan.cloud.baidu.com)
- [Qwen 阿里千问](https://dashscope.console.aliyun.com)
- [Zhipu 智谱](https://open.bigmodel.cn/)
- [DeepSeek 深度求索](https://www.deepseek.com)
- [Azure OpenAI](https://azure.microsoft.com)

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

Expand Down
11 changes: 6 additions & 5 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ Tars is an Obsidian plugin that supports text generation based on tag suggestion

## AI providers

- [Azure OpenAI](https://azure.microsoft.com)
- [Claude](https://claude.ai)
- [OpenAI](https://platform.openai.com/api-keys)
- [Ollama](https://www.ollama.com)
- [Kimi](https://www.moonshot.cn)
- [DeepSeek](https://www.deepseek.com)
- [Doubao](https://www.volcengine.com/product/doubao)
- [Gemini](https://gemini.google.com)
- [Kimi](https://www.moonshot.cn)
- [Ollama](https://www.ollama.com)
- [OpenAI](https://platform.openai.com/api-keys)
- [Qianfan](https://qianfan.cloud.baidu.com)
- [Qwen](https://dashscope.console.aliyun.com)
- [Zhipu](https://open.bigmodel.cn/)
- [DeepSeek](https://www.deepseek.com)
- [Azure OpenAI](https://azure.microsoft.com)

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

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "tars",
"name": "Tars",
"version": "0.6.4",
"version": "0.7.0",
"minAppVersion": "1.5.8",
"description": "Text generation based on tag suggestions, using Claude, OpenAI, Ollama, Kimi, Doubao, Qwen, Zhipu, DeepSeek, QianFan & more.",
"description": "Text generation based on tag suggestions, using Claude, OpenAI, Gemini, Ollama, Kimi, Doubao, Qwen, Zhipu, DeepSeek, QianFan & more.",
"author": "Tarslab",
"authorUrl": "https://github.com/tarslab",
"isDesktopOnly": true
Expand Down
Loading

0 comments on commit 3a862e1

Please sign in to comment.