Skip to content

Commit

Permalink
docs(README) : add available feature section
Browse files Browse the repository at this point in the history
  • Loading branch information
LordPax committed Sep 29, 2024
1 parent 9079d95 commit 1a8049a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1a8049a

Please sign in to comment.