Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gmickel committed Jul 28, 2024
1 parent 999c695 commit 5d82bad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Whether you're tackling complex refactoring, conducting thorough code reviews, o

## ✨ Key Features

* 🧠 AI-powered task planning and code generation
* 🔄 Full git integration for version control of AI-generated changes
* 🌍 Support for various models and LLM providers, such as Anthropic, OpenAI, and Groq
* 🚀 Blazingly fast code processing with concurrent workers
* 🎯 Customizable file filtering and exclusion
* 📊 Intelligent caching for improved performance
Expand All @@ -45,8 +48,6 @@ Whether you're tackling complex refactoring, conducting thorough code reviews, o
* 🌈 Full language support for all text-based file types
* 🤖 Interactive mode for granular file selection and template customization
* ⚡ Optimized for large repositories
* 🧠 AI-powered task planning and code generation
* 🔄 Full git integration for version control of AI-generated changes

## 📺 Video

Expand Down Expand Up @@ -141,6 +142,7 @@ We welcome contributions to CodeWhisper! Please read our [CONTRIBUTING.md](CONTR
* [ ] Add GitHub/GitLab integration for fetching issues and pull requests
* [x] Finish OpenAI and Groq support
* [x] Add support for other LLMs
* [ ] Add support for local models via Ollama
* [ ] Experiment with partial file modifications
* [ ] Experiment with generateObject with a fixed schema
* [ ] Run evaluations on generated code
Expand Down

0 comments on commit 5d82bad

Please sign in to comment.