From 358d8b8439c1619ea8259a9950746d8d7535829c Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Thu, 24 Aug 2023 10:21:55 -0700 Subject: update marketplace keywords and README --- README.md | 4 +++- extension/README.md | 2 ++ extension/package.json | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eaefb475..93065ae0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +> 🎁 **New!: [Use Code Llama with Continue](https://continue.dev/docs/walkthroughs/codellama)** +

Continue

@@ -47,7 +49,7 @@ Open a blank file and let Continue start new Python scripts, React components, e ### [Download for VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) -By default, Continue uses `GPT-4` and `GPT-3.5-turbo` via the OpenAI API. +By default, Continue uses `GPT-4` and `GPT-3.5-turbo` via the OpenAI API. You can adjust the config to use different LLMs, including local, private models. Read more [here](https://continue.dev/docs/customization#change-the-default-llm). diff --git a/extension/README.md b/extension/README.md index 4a2d7892..e11fd2d9 100644 --- a/extension/README.md +++ b/extension/README.md @@ -1,3 +1,5 @@ +> 🎁 **New!: [Use Code Llama with Continue](https://continue.dev/docs/walkthroughs/codellama)** +

Continue

diff --git a/extension/package.json b/extension/package.json index d0ef777f..b57a386d 100644 --- a/extension/package.json +++ b/extension/package.json @@ -13,7 +13,7 @@ "homepage": "https://continue.dev", "qna": "https://github.com/continuedev/continue/issues/new/choose", "license": "Apache-2.0", - "displayName": "Continue - ChatGPT for VS Code", + "displayName": "Continue - Use Code Llama in VS Code", "pricing": "Free", "description": "Open-source copilot for software development - bring the power of ChatGPT to your IDE", "publisher": "Continue", @@ -30,8 +30,8 @@ "chatgpt", "github", "copilot", - "openai", - "gpt4", + "llama", + "codellama", "ai" ], "activationEvents": [ -- cgit v1.2.3-70-g09d2