kardolus / chatgpt-cli

ChatGPT CLI is a versatile tool for interacting with LLM models through OpenAI and Azure, as well as models from Perplexity AI and Llama. It supports prompts and history tracking for seamless, context-aware interactions. With extensive configuration options, it’s designed for both users and developers to create a customized GPT experience.
MIT License
567 stars 39 forks source link

Add command prompt variables #50

Closed kardolus closed 5 months ago

kardolus commented 5 months 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 5 months ago

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