PowerShell / ProjectMercury

An interactive shell to work with AI-powered assistance providers
MIT License
43 stars 11 forks source link

Add the `/gpt` command to `openai-gpt` agent to manage GPT instanced defined in the config file #132

Closed daxian-dbw closed 3 months ago

daxian-dbw commented 3 months ago

Summary of the new feature / enhancement

The /gpt command should be added to openai-gpt agent to manage GPT instanced defined in the config file.

Usage:
  gpt [command] [options]

Options:
  -h, --help  Show help and usage information

Commands:
  list <powershell-ai|pwsh-helper>  List all available GPTs.
  use <powershell-ai|pwsh-helper>   Specify a GPT to use, or choose one from the available GPTs.

Proposed technical implementation details (optional)

No response