Errors when directly configuring existing Llama setup running outside vscode. #95
Replies: 2 comments
-
@tempcvrohch Thanks for reporting and great that you found a solution! Under Windows I can't reproduce it, but will try with Linux. |
Beta Was this translation helpful? Give feedback.
-
@tempcvrohch I didn't manage to reproduce the problem with Linux Mint as well. However, I have a guess what is the reason for the problem and did a small change for that in version 0.0.18. Hope this will resolve the problem. The goal is llama-vscode to work with the settings if no env is selected. I guess now you select your newly added env after you start VS Code. If the fix works, selecting env will not be needed. For completeness some additional information:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running devcontainer/monorepo setup so I'm running Llama in a container outside of vscode so it can be shared by multiple editors.
I went in to settings and configured the llama-vscode endpoint but kept getting errors, looking at the developer tools:
Both of these were fixed by clicking the 'Edit in settings.json' for
Complition_models_list
andEnvs_list
, adding an entry for both.Envs_list
just needed an empty object.I added this as a discussion instead of an issue because it looks like the plugin is built around selecting envs, hope it helps someone, great extension btw!
Beta Was this translation helpful? Give feedback.
All reactions