diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-13 10:05:06 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-13 10:05:06 -0700 |
commit | bcec2a0870d0ef649961b6c91ec866b612680b9e (patch) | |
tree | ab8e9107f99b72c453b9099f6a6f144d0e01b9b4 /extension/package.json | |
parent | 73bb5f5bb9e582841f452942c25f923a6b32e21f (diff) | |
download | sncontinue-bcec2a0870d0ef649961b6c91ec866b612680b9e.tar.gz sncontinue-bcec2a0870d0ef649961b6c91ec866b612680b9e.tar.bz2 sncontinue-bcec2a0870d0ef649961b6c91ec866b612680b9e.zip |
fix: :bug: fix for Azure OpenAI model names
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/extension/package.json b/extension/package.json index eaa02c89..df297fe8 100644 --- a/extension/package.json +++ b/extension/package.json @@ -20,19 +20,17 @@ "vscode": "^1.67.0" }, "categories": [ - "Other", + "Programming Languages", "Education", - "Machine Learning" + "Machine Learning", + "Snippets" ], "keywords": [ - "openai", - "chatbot", + "github", + "copilot", "chatgpt", - "autocomplete", - "llm", - "ai", - "assistant", - "chat" + "openai", + "gpt4" ], "activationEvents": [ "onStartupFinished", |