Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Robitx authored Dec 10, 2023
1 parent 919b768 commit a63e4aa
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Trying to keep things as native as possible - reusing and integrating well with
- **Speech to text support**
- a mouth is 2-4x faster than fingers when it comes to outputting words - use it where it makes sense
(dicating comments and notes, asking gpt questions, giving instructions for code operations, ..)
- **Image generation**
- be even less tempted to open the browser with the ability to generate images directly from Neovim

# Install

Expand Down Expand Up @@ -241,13 +243,24 @@ Similar to `:GpPopup`, but the prompt instruction dialog uses transcribed spoken
## Agent commands

#### `:GpNextAgent` <!-- {doc=:GpNextAgent} -->
Cycles between available agents based on the current buffer (chat agents if current buffer is a chat and command agents otherwise).
Cycles between available agents based on the current buffer (chat agents if current buffer is a chat and command agents otherwise). The agent setting is persisted on disk across Neovim instances.

#### `:GpAgent` <!-- {doc=:GpAgent} -->
Displays currently used agents for chat and command instructions.

#### `:GpAgent XY` <!-- {doc=:GpAgent-XY} -->
Choose a new agent based on its name, listing options based on the current buffer (chat agents if current buffer is a chat and command agents otherwise).
Choose a new agent based on its name, listing options based on the current buffer (chat agents if current buffer is a chat and command agents otherwise). The agent setting is persisted on disk across Neovim instances.

## Image commands

#### `:GpImage` <!-- {doc=:GpImage} -->
Opens a dialog for entering a prompt describing wanted images. When the generation is done it opens dialog for storing the image to the disk.

#### `:GpImageAgent` <!-- {doc=:GpImageAgent} -->
Displays currently used image agent (configuration).

#### `:GpImageAgent XY` <!-- {doc=:GpImageAgent-XY} -->
Choose a new "image agent" based on its name. In the context of images, agent is basically a configuration for model, image size, quality and so on. The agent setting is persisted on disk across Neovim instances.

## Other commands

Expand Down

0 comments on commit a63e4aa

Please sign in to comment.