Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 839 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 839 Bytes

Continue - Deploy your own IDE Python Coding Assistant

Code assistant based on the instructions here.

Uses the opensource code plugin Continue. Download the VSIX plugin file for your IDE (vscode or jetbrains).

Serve up your coding assistant model using RHOAI.

oc apply serving/serving-code-llama.yaml

Configure your IDE - vscode in this config.json example.

If self-signed certificates give you an error, try this hack when starting your code-server notebook:

# turn off all ssl verify
NODE_TLS_REJECT_UNAUTHORIZED = 0