We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c947bc8 commit ede84ceCopy full SHA for ede84ce
README.md
@@ -49,6 +49,12 @@ Most of the problems could be seen in output of a plugin in VS Code extension ou
49
50
## Changelog
51
52
+## [0.0.12]
53
+- Remote support
54
+- Fix codellama prompt preparation
55
+- Add trigger delay
56
+- Add jupyter notebooks support
57
+
58
## [0.0.11]
59
- Added Stable Code model
60
- Pause download only for specific model instead of all models
package.json
@@ -2,7 +2,7 @@
2
"name": "llama-coder",
3
"displayName": "Llama Coder",
4
"description": "Better and self-hosted Github Copilot replacement",
5
- "version": "0.0.11",
+ "version": "0.0.12",
6
"icon": "icon.png",
7
"publisher": "ex3ndr",
8
"repository": {
0 commit comments