CodeGPT Chat is an AI-powered chatbot designed to assist developers with coding tasks directly within their preferred integrated development environments (IDEs), for example, VS Code.
We have found that the Qwen-1.5-7B-Chat-Hybrid
model is the best Hybrid model available for coding. It is good at chatting with a few files at a time in your codebase to learn more about them. It can also make simple code editing suggestions pertaining to a few lines of code at a time.
However, we do not recommend using this model for analyzing large codebases at once or making large or complex file edits.
The following instructions are based off CodeGPT provided instructions found here.
This will add a CodeGPT tab to your VS Code Activity Bar.
Note: The following instructions are based on instructions from CodeGPT found here.
Field | Value |
---|---|
Select Provider: | Custom |
Select Model: | Qwen-1.5-7B-Chat-Hybrid |
Field | Value |
---|---|
API Key | - |
Custom Link | http://localhost:8000/api/v1/api/v1 |
Note: see the CodeGPT user guide to learn about all of their features.
To try out CodeGPT:
#
symbol to specify a file.