mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-28 03:30:48 +00:00
docs: update readme and description
This commit is contained in:
parent
9e979a055e
commit
f59859745e
2 changed files with 43 additions and 33 deletions
|
|
@ -1,74 +1,78 @@
|
|||
<!-- Plugin description -->
|
||||
|
||||
Introducing CodeGPT, an AI-powered personal copilot, designed to generate high quality code and support you in various programming activities.
|
||||
CodeGPT is an AI-powered code assistant designed to help you with various programming activities. It is a great alternative to GitHub Copilot, AI Assistant, Codiumate, or any other extension on the JetBrains marketplace.
|
||||
|
||||
Access top-tier language models from OpenAI, Anthropic, Azure, Mistral, and others, or opt for a locally hosted model for an offline development experience. Leveraging technologies like **Ollama** and **llama.cpp**, CodeGPT keeps you productive even when you're off the grid.
|
||||
We equip you with the latest models, advanced tools, and on-premise solutions that are designed to significantly enhance your developer experience.
|
||||
|
||||
The extension offers immediate, **FREE** access to `gpt-4o-mini` with built-in usage limits and no additional registration needed.
|
||||
Access top-tier language models from OpenAI, Anthropic, Azure, Mistral, and others, or opt for a self-hosted model for a full offline experience.
|
||||
|
||||
## Chat
|
||||
## Core Features
|
||||
|
||||
CodeGPT offers a wide range of features to enhance your development experience:
|
||||
|
||||
### Chat
|
||||
|
||||
Get instant coding advice through a ChatGPT-like interface that accepts image input. Ask questions, share screenshots, seek explanations, or get guidance on your projects without leaving your IDE.
|
||||
|
||||
### Use images
|
||||
**Use images**
|
||||
|
||||
Chat with your images. Upload manually or let CodeGPT auto-detect your screenshots.
|
||||
|
||||

|
||||
|
||||
### Reference your files and folders
|
||||
**Reference your files and folders**
|
||||
|
||||
Quickly access and reference your project files and folders for context-aware coding assistance.
|
||||
|
||||

|
||||
|
||||
### Reference web documentations
|
||||
**Reference web documentations**
|
||||
|
||||
Easily pull in relevant web documentation into your chat for quick reference—whether it’s API docs, library guides, framework manuals, or something else.
|
||||
|
||||

|
||||
|
||||
### Search the web
|
||||
**Search the web**
|
||||
|
||||
Connect your favourite LLM to the web. CodeGPT will search for the most relevant information to answer your questions.
|
||||
|
||||

|
||||
|
||||
### Customize your assistant
|
||||
**Customize your assistant**
|
||||
|
||||
Choose between multiple different personas for your specific needs, whether you're looking to learn, write or proofread.
|
||||
|
||||

|
||||
|
||||
## Code
|
||||
### Code
|
||||
|
||||
Get helpful code completions as you type, edit your code using natural language, create clear and concise commit messages automatically, and more. CodeGPT equips you with cutting-edge tools to streamline your workflow.
|
||||
|
||||
### Autocomplete your code
|
||||
**Autocomplete your code**
|
||||
|
||||
Generate meaningful Receive single-line or whole-function autocomplete suggestions as you type.
|
||||
|
||||

|
||||
|
||||
### Edit code in natural language
|
||||
**Edit code in natural language**
|
||||
|
||||
Highlight the code you want to modify, describe the desired changes, and watch CodeGPT work its magic.
|
||||
|
||||

|
||||
|
||||
### Get name suggestions
|
||||
**Get name suggestions**
|
||||
|
||||
Get context-aware naming suggestions for methods, variables, and more.
|
||||
|
||||

|
||||
|
||||
### Generate commit messages
|
||||
**Generate commit messages**
|
||||
|
||||
Generate concise and descriptive commit messages based on the changes made in your codebase.
|
||||
|
||||

|
||||
|
||||
### Offline Development Support
|
||||
**Offline Development Support (llama.cpp and Ollama)**
|
||||
|
||||
Integrate local open-source language models into your coding environment and enjoy a full experience without sending your data anywhere or needing an internet connection.
|
||||
|
||||
|
|
|
|||
42
README.md
42
README.md
|
|
@ -42,33 +42,39 @@
|
|||
|
||||
## About The Project
|
||||
|
||||
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.
|
||||
CodeGPT is an AI-powered code assistant designed to help you with various programming activities. It is a great alternative to GitHub Copilot, AI Assistant, Codiumate, or any other extension on the JetBrains marketplace.
|
||||
|
||||
We equip you with the latest models, advanced tools, and on-premise solutions that are designed to significantly enhance your developer experience.
|
||||
|
||||
Access top-tier language models from OpenAI, Anthropic, Azure, Mistral, and others, or opt for a self-hosted model for a full offline experience.
|
||||
|
||||
## Core Features
|
||||
|
||||
CodeGPT offers a wide range of features to enhance your coding experience:
|
||||
CodeGPT offers a wide range of features to enhance your development experience:
|
||||
|
||||
### Chat
|
||||
- Engage in natural language conversations about your code
|
||||
- Get explanations, suggestions, and answers to your programming questions
|
||||
- Upload and discuss images related to your code or project
|
||||
|
||||
- **Use images:** Chat with your images. Upload manually or let CodeGPT auto-detect your screenshots.
|
||||
|
||||
- **Reference your files and folders:** Quickly access and reference your project files and folders for context-aware coding assistance.
|
||||
|
||||
- **Reference web docs:** Quickly reference web docs in your chat session, such as API guides, library manuals, and more.
|
||||
|
||||
- **Reference git history:** Quickly reference commit logs and changes in your chat session
|
||||
|
||||
- **Search the web:** Connect your favourite LLM to the web. CodeGPT will search for the most relevant information to answer your questions.
|
||||
|
||||
- **Customize your assistant:** Choose between multiple different personas for your specific needs, whether you're looking to learn, write or proofread.
|
||||
|
||||
### Code
|
||||
- Receive context-aware code completions as you type
|
||||
- Edit existing code using natural language instructions
|
||||
- Generate descriptive commit messages automatically
|
||||
- Get naming suggestions for variables, methods, and classes
|
||||
|
||||
### Customize
|
||||
- Choose from multiple AI models, including local and self-hosted options
|
||||
- Personalize your AI assistant with different personas
|
||||
- Configure custom commands for repetitive tasks
|
||||
- **Autocomplete your code:** Receive single-line or whole-function autocomplete suggestions as you type.
|
||||
|
||||
### Integrate
|
||||
- Reference project files and folders for context-aware assistance
|
||||
- Access web documentation directly within your chat sessions
|
||||
- Incorporate Git history into your conversations
|
||||
- Perform web searches without leaving your IDE
|
||||
- **Edit code in natural language:** Highlight the code you want to modify, describe the desired changes, and watch CodeGPT work its magic.
|
||||
|
||||
- **Get name suggestions:** Get context-aware naming suggestions for methods, variables, and more.
|
||||
|
||||
- **Generate commit messages:** Generate concise and descriptive commit messages based on the changes made in your codebase.
|
||||
|
||||
For a full list of features and detailed descriptions, visit our [official documentation](https://docs.codegpt.ee/features).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue