Skip to content

Commit 1a8049a

Browse files
committed
docs(README) : add available feature section
1 parent 9079d95 commit 1a8049a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ Projet to use ai api to generate text, image, etc.
1212
- [ ] command speech
1313
- [ ] command tts
1414

15+
## Available SDK
16+
17+
### Text Generation
18+
19+
- openai
20+
- claude
21+
- mistral
22+
23+
### Translation
24+
25+
- deepl
26+
1527
## Build and install
1628

1729
1. Clone the repository:
@@ -77,12 +89,12 @@ bind H new-window "aicli text" \; rename-window "aicli"
7789

7890
## Vim plugin
7991

80-
You can find the vim plugin here
92+
You can install [vim-aicli](https://github.com/LordPax/vim-aicli) to use aicli in vim.
8193

8294
Add the following line to your `.vimrc`:
8395

8496
```vim
85-
Plug 'LordPax/vim-aigpt'
97+
Plug 'LordPax/vim-aicli'
8698
```
8799

88100
## Integration with i3

0 commit comments

Comments
 (0)