Skip to content

Commit

Permalink
include information about the AI providers available
Browse files Browse the repository at this point in the history
  • Loading branch information
ae86jack committed Jun 18, 2024
1 parent c2cdfe6 commit 40d2db9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ Tars is an Obsidian plugin that uses Kimi and other Chinese LLMs for text genera

![Internal link support](docs/images/writer%20prompt.png)

- Export conversations to jsonl dataset, supports [ms-swift (Scalable lightWeight Infrastructure for Fine-Tuning)](https://github.com/modelscope/swift)
- Export conversations to JSONL dataset, supports [ms-swift (Scalable lightWeight Infrastructure for Fine-Tuning)](https://github.com/modelscope/swift)

## AI providers

- [x] [Kimi](https://www.moonshot.cn)
- [x] [Zhipu](https://open.bigmodel.cn/)
- [x] [OpenAI](https://platform.openai.com/api-keys)
- [ ] [Doubao](https://www.volcengine.com/product/doubao)

## How to use

Expand All @@ -31,6 +38,9 @@ A paragraph cannot contain multiple messages. Messages should be separated by bl

![Conversations syntax](docs/images/syntax.png)

- The conversation messages will send to the configured AI assistant.
- Blockquote and callout sections are ignored. You can make annotations without sending them to the AI assistant.

## Recommended

For better appearance, it is recommended to use the [colored tags plugin](https://github.com/pfrankov/obsidian-colored-tags).
Expand Down

0 comments on commit 40d2db9

Please sign in to comment.