mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-28 11:41:28 +00:00
docs: update readme
This commit is contained in:
parent
314fbfbafc
commit
17cfbf43de
1 changed files with 43 additions and 32 deletions
75
README.md
75
README.md
|
|
@ -38,49 +38,51 @@
|
|||
|
||||
## About The Project
|
||||
|
||||
This is an extension for JetBrains IDEs that integrates AI into your coding environment.
|
||||
By leveraging the power of Large Language Models (LLMs), this makes it an invaluable tool for developers looking to streamline their workflow and gain a deeper understanding of the code they're working on.
|
||||
CodeGPT is your go-to AI coding assistant, offering assistance throughout your entire software development journey while keeping privacy in mind. Access state-of-the-art large language models from leading providers such as OpenAI, Anthropic, Azure, Mistral, and others, or connect to a locally hosted model for a completely offline and transparent development experience.
|
||||
|
||||
## Features
|
||||
## Core Features
|
||||
|
||||
The plugin provides several key features, such as:
|
||||
Leveraging large language models, CodeGPT offers a wide range of features to enhance your coding experience, including, but not limited to:
|
||||
|
||||
### Chat with AI
|
||||
### Code Completions
|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/chat-with-ai.png?raw=true" alt="animated" />
|
||||
</p>
|
||||
Receive single-line or whole-function autocomplete suggestions as you type.
|
||||
|
||||
### Chat With Multiple Files
|
||||

|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/include-in-context.png?raw=true" alt="animated" />
|
||||
</p>
|
||||
> **Note**: Currently supported only on GPT-3.5 and locally-hosted models.
|
||||
|
||||
### Choose Between Different Providers
|
||||
### Chat (with Vision)
|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/model-selection.png?raw=true" />
|
||||
</p>
|
||||
Get instant coding advice through a ChatGPT-like interface. Ask questions, seek explanations, or get guidance on your projects without leaving your IDE.
|
||||
|
||||
### Method Name Suggestions
|
||||
CodeGPT also supports vision models and image understanding, allowing you to attach images for more context-aware assistance. It can detect new screenshots automatically, saving you time by eliminating the need to manually upload images each time you take a screenshot.
|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/method-name-suggestions.png?raw=true" />
|
||||
</p>
|
||||

|
||||
|
||||
### Generate Commit Messages
|
||||
### Commit Message Generation
|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/generate-commit-message.png?raw=true" />
|
||||
</p>
|
||||
CodeGPT can generate meaningful commit messages based on the changes made in your codebase. It analyzes the diff of your staged changes and suggests concise and descriptive commit messages, saving you time and effort.
|
||||
|
||||
### Other features
|
||||

|
||||
|
||||
- **Conversation History** - View recent conversation history and restore previous sessions, making it easy to pick up where you left off
|
||||
- **Concurrent conversations** - Chat with AI in multiple tabs simultaneously
|
||||
- **Seamless conversations** - Chat with AI regardless of the maximum token limitations
|
||||
- **Predefined Prompts** - Create your own editor prompt or override the existing ones
|
||||
### Reference Files
|
||||
|
||||
CodeGPT allows you to reference specific files or documentation during your chat sessions, ensuring that responses are always relevant and accurate.
|
||||
|
||||

|
||||
|
||||
### Name Suggestions
|
||||
|
||||
Stuck on naming a method or variable? CodeGPT offers context-aware suggestions, helping you adhere to best practices and maintain readability in your codebase.
|
||||
|
||||

|
||||
|
||||
### Offline Development Support
|
||||
|
||||
CodeGPT supports a completely offline development workflow by allowing you to connect to a locally hosted language model. This ensures that your code and data remain private and secure within your local environment, eliminating the need for an internet connection or sharing sensitive information with third-party servers.
|
||||
|
||||

|
||||
|
||||
## Getting Started
|
||||
|
||||
|
|
@ -173,9 +175,19 @@ git submodule update
|
|||
tail -f build/idea-sandbox/system/log/idea.log
|
||||
```
|
||||
|
||||
## Issues
|
||||
## Privacy
|
||||
|
||||
See the [open issues][open-issues] for a full list of proposed features (and known issues).
|
||||
**Your data stays yours.** CodeGPT **does not** collect or store any kind of sensitive information.
|
||||
|
||||
However, with users' consent, we do collect anonymous usage data, which we use to understand how users interact with the extension, including the most-used features and preferred providers.
|
||||
|
||||
## Feedback
|
||||
|
||||
Your input helps us grow. Reach out through:
|
||||
|
||||
- [Issue Tracker](https://github.com/carlrobertoh/CodeGPT/issues)
|
||||
- [Discord](https://discord.gg/8dTGGrwcnR)
|
||||
- [Email](mailto:carlrobertoh@gmail.com)
|
||||
|
||||
## License
|
||||
|
||||
|
|
@ -184,7 +196,6 @@ Apache 2.0 © [Carl-Robert Linnupuu][portfolio]
|
|||
If you found this project interesting, kindly rate it on the marketplace and don't forget to give it a star. Thanks again!
|
||||
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
||||
|
||||
|
||||
<!-- MARKDOWN LINKS & IMAGES -->
|
||||
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue