mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-19 07:54:46 +00:00
docs: update plugin description
This commit is contained in:
parent
f073b0e592
commit
a57200ff5d
1 changed files with 33 additions and 35 deletions
|
|
@ -1,68 +1,66 @@
|
|||
<!-- Plugin description -->
|
||||
|
||||
## CodeGPT: Your Free, Open-Source AI Copilot for Coding
|
||||
Introducing CodeGPT, an AI-powered personal copilot, designed to generate high quality code and support you in various programming activities.
|
||||
|
||||
CodeGPT is your go-to AI assistant, supporting your entire software development journey with a strong focus on privacy. Access top-tier language models from OpenAI, Anthropic, Azure, Mistral, and others, or opt for a locally hosted model for an offline development experience. CodeGPT leverages technologies like **Ollama** and **llama.cpp**, keeping you productive even when you're off the grid.
|
||||
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.
|
||||
|
||||
> Our extension offers immediate, free access to `gpt-4o-mini` with built-in usage limits and no additional registration needed.
|
||||
The extension offers immediate, **FREE** access to `gpt-4o-mini` with built-in usage limits and no additional registration needed.
|
||||
|
||||
## Core Features
|
||||
|
||||
Leveraging large language models, CodeGPT offers a wide range of features to enhance your coding experience, including, but not limited to:
|
||||
|
||||
### Chat
|
||||
## 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
|
||||
|
||||
### Code Completions
|
||||
Chat with your images. Upload manually or let CodeGPT auto-detect your screenshots.
|
||||
|
||||
Receive single-line or whole-function autocomplete suggestions as you type.
|
||||

|
||||
|
||||

|
||||
### Reference your files and folders
|
||||
|
||||
### Web Search
|
||||
Quickly access and reference your project files and folders for context-aware coding assistance.
|
||||
|
||||
Improve your coding with real-time web search capabilities. Instantly access the latest information and insights directly within your coding environment.
|
||||

|
||||
|
||||

|
||||
### Search the web
|
||||
|
||||
### Customized Personas
|
||||
Connect your favourite LLM to the web. CodeGPT will search for the most relevant information to answer your questions.
|
||||
|
||||
Quickly define and switch between various prompts to make the assistant work for you, whether you're learning, writing, or proofreading. The plugin comes with over 600 pre-defined personas, allowing you to customize the assistant to your needs.
|
||||

|
||||
|
||||

|
||||
### Customize your assistant
|
||||
|
||||
### Fast Edit
|
||||
Choose between multiple different personas for your specific needs, whether you're looking to learn, write or proofread.
|
||||
|
||||
Transform your code using natural language instructions. Highlight the code you want to modify, describe the desired changes, and watch CodeGPT work its magic.
|
||||

|
||||
|
||||

|
||||
## Code
|
||||
|
||||
### Commit Message Generation
|
||||
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.
|
||||
|
||||
Generate meaningful commit messages based on the changes made in your codebase. CodeGPT can analyze the diff of your staged changes and suggest concise and descriptive commit messages.
|
||||
### Autocomplete your code
|
||||
|
||||

|
||||
Generate meaningful Receive single-line or whole-function autocomplete suggestions as you type.
|
||||
|
||||
### Name Suggestions
|
||||

|
||||
|
||||
### 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.
|
||||
|
||||

|
||||

|
||||
|
||||
### Reference Files
|
||||
### Generate commit messages
|
||||
|
||||
Reference specific files or documentation during your chat sessions, ensuring that responses are always relevant and accurate.
|
||||
Generate concise and descriptive commit messages based on the changes made in your codebase.
|
||||
|
||||

|
||||
|
||||
### OpenAI Compatibility
|
||||
|
||||
Connect the plugin with privately hosted models. We provide integration with most cloud providers that are OpenAI-compatible, such as Together.ai, Grok, Anyscale, and others, as well as the option to customize your own setup.
|
||||
|
||||

|
||||

|
||||
|
||||
### Offline Development Support
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue