kardolus / chatgpt-cli

ChatGPT CLI is an advanced command-line interface for ChatGPT models via OpenAI and Azure, offering streaming, query mode, and history tracking for seamless, context-aware conversations. Ideal for both users and developers, it provides advanced configuration and easy setup options to ensure a tailored conversational experience with the GPT model.
MIT License
404 stars 28 forks source link

Add command prompt variables #50

Closed kardolus closed 1 month ago

kardolus commented 1 month ago

Summary:

This PR introduces the ability to use dynamic variables in the command prompt for interactive mode in the ChatGPT CLI. The following variables have been added:

Changes:

Implementation:

catskull commented 1 month ago

Ah very cool! Was wondering how this would be handled in Go.