From 84f33340cf351fc16059cca05f6fa196419dcfcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=BE=D0=B7=D1=8F?= Date: Sun, 31 Dec 2023 05:32:59 +0300 Subject: [PATCH 1/3] Typo fixed "MacBooc" > "MacBook" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eeba6e..21c0a62 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Llama Coder is a better and self-hosted Github Copilot replacement for VS Studio Minimum required RAM: 16GB is a minimum, more is better since even smallest model takes 5GB of RAM. The best way: dedicated machine with RTX 4090. Install [Ollama](https://ollama.ai) on this machine and configure endpoint in extension settings to offload to this machine. -Second best way: run on MacBooc M1/M2/M3 with enougth RAM (more == better, but 10gb extra would be enougth). +Second best way: run on MacBook M1/M2/M3 with enougth RAM (more == better, but 10gb extra would be enougth). For windows notebooks: it runs good with decent GPU, but dedicated machine with a good GPU is recommended. Perfect if you have a dedicated gaming PC. ## Local Installation @@ -69,4 +69,4 @@ Most of the problems could be seen in output of a plugin in VS Code extension ou ## [0.0.4] -- Initial release of Llama Coder \ No newline at end of file +- Initial release of Llama Coder From ae7db7072cf491e64315be848549455891e55f9d Mon Sep 17 00:00:00 2001 From: Sebastian <1323131+TheMcSebi@users.noreply.github.com> Date: Tue, 9 Jan 2024 02:15:29 +0100 Subject: [PATCH 2/3] Open extension settings on tray button click --- src/extension.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/extension.ts b/src/extension.ts index 998e0ee..6571022 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -11,8 +11,7 @@ export function activate(context: vscode.ExtensionContext) { // Create status bar const openSettings = 'llama.openSettings'; context.subscriptions.push(vscode.commands.registerCommand(openSettings, () => { - // const n = getNumberOfSelectedLines(vscode.window.activeTextEditor); - // vscode.window.showInformationMessage(`Yeah, ${n} line(s) selected... Keep going!`); + vscode.commands.executeCommand('workbench.action.openSettings', '@ext:ex3ndr.llama-coder'); })); let statusBarItem = vscode.window.createStatusBarItem(vscode.StatusBarAlignment.Right, 100); statusBarItem.command = openSettings; From a95f4a4d1095660e34f021f082b0ae691876a476 Mon Sep 17 00:00:00 2001 From: Luke Spine <134012011+spinespine@users.noreply.github.com> Date: Sat, 13 Jan 2024 15:31:43 -0500 Subject: [PATCH 3/3] add gender inclusivity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21c0a62..8914295 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Most of the problems could be seen in output of a plugin in VS Code extension ou ## [0.0.10] - Adding ability to pick a custom model -- Asking user if he wants to download model if it is not available +- Asking user if they want to download model if it is not available ## [0.0.9] - Adding deepseek 1b model and making it default