https://github.com/jwhazy/chat
A very simple chat interface for the terminal
https://github.com/jwhazy/chat
ai bun bunjs llms openai terminal tui typescript
Last synced: 2 months ago
JSON representation
A very simple chat interface for the terminal
- Host: GitHub
- URL: https://github.com/jwhazy/chat
- Owner: jwhazy
- Created: 2025-08-19T04:30:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-27T02:52:24.000Z (10 months ago)
- Last Synced: 2025-08-27T10:51:29.556Z (10 months ago)
- Topics: ai, bun, bunjs, llms, openai, terminal, tui, typescript
- Language: TypeScript
- Homepage: https://www.jacksta.dev
- Size: 15.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat
A _very_ simple chat interface for the terminal. Uses GPT-5 and web search tools provided by OpenAI. Better documentation coming soon...
## To-do
- [x] Command line arguments
- [ ] History
- [ ] Code highlighting
- [x] Toggle reasoning options
- [x] Different models
- [ ] A more TUI like interface (eventually)