From 1a8049af34f4435b46dc009c1de0e62ac42f1b41 Mon Sep 17 00:00:00 2001 From: teddy Date: Sun, 29 Sep 2024 02:28:40 +0200 Subject: [PATCH] docs(README) : add available feature section --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc70c04..70f0e38 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,18 @@ Projet to use ai api to generate text, image, etc. - [ ] command speech - [ ] command tts +## Available SDK + +### Text Generation + +- openai +- claude +- mistral + +### Translation + +- deepl + ## Build and install 1. Clone the repository: @@ -77,12 +89,12 @@ bind H new-window "aicli text" \; rename-window "aicli" ## Vim plugin -You can find the vim plugin here +You can install [vim-aicli](https://github.com/LordPax/vim-aicli) to use aicli in vim. Add the following line to your `.vimrc`: ```vim -Plug 'LordPax/vim-aigpt' +Plug 'LordPax/vim-aicli' ``` ## Integration with i3