Continue
Continue is an open-source coding assistant platform, that integrates with your IDE, allowing you to:
-
Interact with a Large Language Model (LLM) directly within your development environment.
-
Edit code without leaving your current working file.
-
Build and customize shortcuts for increased productivity.
You can leverage a variety of models on the SambaNova Cloud, including Qwen 2.5 Coder 32B, to enhance your coding experience.
Install Continue in your IDE
Continue supports Visual Studio Code and JetBrains IDEs. Follow these steps to set it up:
-
Install Continue: To install Continue, add the extension/plugin to your preferred IDE.
-
Open configuration: To configure Continue, select the gear icon in Continue to access
config.json
. -
Sign up for SambaNova Cloud, create an account, and get your free API key.
Add the model to your configuration file
Update your config.json
file to include the Qwen model:
-
Replace
<insert-api-key>
with your SambaNova API key. -
Save the file to apply the changes.
-
Select
cmd/ctrl+L
to open Continue and ask your first question.