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

Feature: multi-instance mode #32

Closed tennox closed 3 months ago

tennox commented 3 months ago

Love this tool :heart:

❯ chatgpt -n
Error: Another chatgpt instance is running, chatgpt works not well with multiple instances, please close the other one first.
If you are sure there is no other chatgpt instance running, please delete the lock file: /tmp/chatgpt.lock
You can also try `chatgpt -d` to run in detach mode, this check will be skipped, but conversation will not be saved.

How (much effort) would it be to support multiple insances? Would be amazing :)

Ready to throw a sunday at it (at some point this year :sweat_smile:)

tennox commented 3 months ago

oops, wrong repo. There are so many :sweat_smile: https://github.com/j178/chatgpt/issues/92