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
- Download
gpt.pyandlib/recogpy.pyinto your PATH: https://github.com/recolic/daily-scripts/tree/master/linuxconf/files/mybin - Add your model & API key into
lib/recogpy.py - Enjoy
Dependency
python-openai is all you need!

Leave a Reply