diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-07-31 13:23:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 13:23:48 -0700 |
commit | b9b965614f26eaf716c0a2d7ffa6f4aab52eefa9 (patch) | |
tree | 2fecad4589d4cbe1bdd2df2d6ed8630d28312dd4 /extension/package.json | |
parent | 457c9940ec6bdabd89de84a23abbf246aaf662c4 (diff) | |
parent | 72d18fb8aaac9d192a508cd54fdb296321972379 (diff) | |
download | sncontinue-b9b965614f26eaf716c0a2d7ffa6f4aab52eefa9.tar.gz sncontinue-b9b965614f26eaf716c0a2d7ffa6f4aab52eefa9.tar.bz2 sncontinue-b9b965614f26eaf716c0a2d7ffa6f4aab52eefa9.zip |
Merge pull request #330 from continuedev/ollama
Llama-2 support with Ollama
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json index df54bb4f..481fbdd9 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "The open-source coding autopilot", - "version": "0.0.228", + "version": "0.0.229", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |