Naive command line LLM (GPT) client

Naive minimal handy LLM client. Super easy to use. No installation required.

Feature Supported
OpenAI-compatible API YES
Azure OpenAI API YES
Web search NO
Thinking chain NO
Attach Picture YES
Save chat history YES
Resume from chat history YES

Tested with: GPT on Azure OpenAI, Gemini (with openai API), Grok (with openai API)

How to use

  1. Download gpt.py and lib/recogpy.py into your PATH: https://github.com/recolic/daily-scripts/tree/master/linuxconf/files/mybin
  2. Add your model & API key into lib/recogpy.py
  3. Enjoy

Dependency

python-openai is all you need!

enter image description here