Code Assistant

The BusinessGPT code assistant allows autocomplete code and chat with your code base using AI based on a private/on-prem model.

 

The solution is based on an open-source of Continue.

 

It uses the following components:

AI Model qwen2.5-coder:1.5b-base for autocomplete

AI Model LLama3.2 for the chat.

Transformers.js for the local embeddings of the code.

 

Here you can find some examples of question you can ask:

@Codebase | Continue

 

The continue is under Apache 2.0 license
https://github.com/continuedev/continue/blob/main/LICENSE

installations guide:

Download the extension VSIX file from here

Go to VS Code and click on the extension in the left sidebar.

Click the three dots (where the arrow points).

Select "Install from VSIX" and choose the appropriate continue file.

image-20250325-100106.png

Chose the file you have downloaded

You should see the BusinessGTP add-on in the list after you finish as here:

image-20250325-100320.png

 

Download the following config file:

https://downloads.agatsoftware.com/config.json

Press the BusinessGPT icon on the left sidebar and choose the settings of the local config icon as shown here:

image-20250325-100636.png

Replace the config.json content with the downloaded config.json file content.

 

 

 

 

 

 

Related content