tgpt
Talk to an AI chatbot without the need for API keys. Available providers: `openai`, `opengpts`, `koboldai`, `phind`, `llama2`, `blackboxai`.
More info →Options (6)
-m, --multilinebooleanStart multi-line interactive mode
tgpt {{[-m|--multiline]}}--imagebooleanGenerate images and save them to the current directory
tgpt {{[-img|--image]}} "{{prompt}}"-c, --codebooleanGenerate code with the default provider (GPT-3.5-turbo)
tgpt {{[-c|--code]}} "{{prompt}}"-q, --quietbooleanChat with a specific provider quietly (without animations)
tgpt --provider {{openai|opengpts|koboldai|phind|llama2|blackboxai}} {{[-q|--quiet]}} {{[-w|--whole]}} "{{prompt}}"-w, --wholebooleanChat with a specific provider quietly (without animations)
tgpt --provider {{openai|opengpts|koboldai|phind|llama2|blackboxai}} {{[-q|--quiet]}} {{[-w|--whole]}} "{{prompt}}"-s, --shellbooleanGenerate and execute shell commands using a specific provider (with a confirmation prompt)
tgpt --provider {{llama2}} {{[-s|--shell]}} "{{prompt}}"Examples (8)
Chat with the default provider (GPT-3.5-turbo)
tgpt "prompt"Start multi-line interactive mode
tgpt [-m|--multiline]Generate images and save them to the current directory
tgpt [-img|--image] "prompt"Generate code with the default provider (GPT-3.5-turbo)
tgpt [-c|--code] "prompt"Chat with a specific provider quietly (without animations)
tgpt --provider openai|opengpts|koboldai|phind|llama2|blackboxai [-q|--quiet] [-w|--whole] "prompt"Generate and execute shell commands using a specific provider (with a confirmation prompt)
tgpt --provider llama2 [-s|--shell] "prompt"Prompt with an API key, model, max response length, temperature, and `top_p` (required when using `openai` provider)
Feed a file as additional pre-prompt input
tgpt < path/to/file --provider blackboxai "prompt"