Skip to content
Snippets Groups Projects
Commit 232a3e82 authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Merge branch '2-clarify-readme' into 'main'

Update README.md with API key

Closes #2

See merge request !10
parents 75763dee 82c06cef
No related branches found
No related tags found
1 merge request!10Update README.md with API key
......@@ -4,7 +4,8 @@
1. Download and install VSCode: https://code.visualstudio.com/
2. Install the "Continue" PlugIn: https://www.continue.dev/
3. Disable the "Telemetry" option in the plugin settings
4. Edit the `$HOME/.continue/config.json` as follows:
4. Obtain API key to access our services at https://llm.scads.ai
5. Edit the `$HOME/.continue/config.json` as follows, and replace `YOUR-API-KEY` with the API key from step 4:
Add/edit:
```json
"models": [
......@@ -34,5 +35,5 @@
## PyCharm - Community Edition
1. Install PyCharm: Download and install PyCharm from [the website](https://www.jetbrains.com/pycharm/download/?section=linux) and follow the installation instructions for your OS.
2. Install "[Continue](https://plugins.jetbrains.com/plugin/22707-continue)" Plugin: Go to PyCharm's Settings > Plugins, search for "Continue" in the Marketplace, and click Install.
3. Edit Plugin Configuration: Click on plugin on right side bar > Click on "Open Continue Config" option. Add configuration mentioned above. Save the changes.
3. Edit Plugin Configuration: Click on plugin on right side bar > Click on "Open Continue Config" option. Add configuration mentioned above and replace `YOUR-API-KEY` with your own API key. Save the changes.
4. Restart PyCharm.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment