diff options
author | Ty Dunn <ty@tydunn.com> | 2023-10-05 15:03:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 15:03:12 -0700 |
commit | 5451a277b758f8b6fcad54e812e110d6e728b220 (patch) | |
tree | a044101962ecb124c5f1e5004ad43a5eb6c554f0 /README.md | |
parent | 563336d5ca7d92c829ba522ef24ab7f4eeb2719d (diff) | |
download | sncontinue-5451a277b758f8b6fcad54e812e110d6e728b220.tar.gz sncontinue-5451a277b758f8b6fcad54e812e110d6e728b220.tar.bz2 sncontinue-5451a277b758f8b6fcad54e812e110d6e728b220.zip |
adding refs to jetbrains (#520)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,4 +1,4 @@ -> š **New! [Use Code Llama with Continue](https://continue.dev/docs/walkthroughs/codellama)** +> š **New! [Try out the new JetBrains extension (Alpha)](https://plugins.jetbrains.com/plugin/22707-continue-extension)** ![Continue logo](c_d.png) @@ -6,7 +6,7 @@ <div align="center"> -**[Continue](https://continue.dev/docs) is the open-source autopilot for software developmentāan IDE extension that brings the power of ChatGPT to [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and more** +**[Continue](https://continue.dev/docs) is the open-source autopilot for software developmentāan IDE extension that brings the power of ChatGPT to [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension)** </div> @@ -22,6 +22,8 @@ <img src="https://img.shields.io/badge/discord-join-continue.svg?labelColor=191937&color=6F6FF7&logo=discord" style="height: 36px;" /> </a> +<p></p> + ![Editing With Continue](readme.gif) </div> @@ -58,7 +60,7 @@ Press `cmd+shift+r` (MacOS) / `ctrl+shift+r` (Windows) when you come across an e ## Getting Started -### [Download for VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) +### Download for [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension) By default, Continue uses `GPT-4` and `GPT-3.5-turbo` via the OpenAI API. You can adjust the config to use different Large Language Models (LLMs), including local, private models. Read more [here](https://continue.dev/docs/customization/models). @@ -76,4 +78,4 @@ Check out the [contribution ideas board](https://github.com/orgs/continuedev/pro ## License -[Apache 2.0 Ā© 2023 Continue Dev, Inc.](./LICENSE) +[Apache 2.0 Ā© 2023 Continue Dev, Inc.](./LICENSE)
\ No newline at end of file |