gregriff / gpt-cli

Frontend to OpenAI and Anthropic's LLM APIs with Markdown formatting. Focus on simplicity, extensibility and customizability.
MIT License
4 stars 0 forks source link

Anthropic models, styling and comprehensive refactor #1

Closed gregriff closed 7 months ago

gregriff commented 7 months ago

Anthropic Models

Added support for newest Claude models:

Refactor

Made many passes to refactor all parts of the program. Main focus was on OOP principals to make codebase easier to understand, maintain and extend.

Styling

Decided that easy visual customization by the user is very important, and a main goal of this project. I noticed that most similar projects do not do this at all.

Misc features

Other