-
prerequisite of #219
-
**Describe the bug**
Upon attempting to use any model other then gemini-pro it throws an error.
**Please describe your setup**
- [x] How did you install memgpt?
- `pip install pymemgpt`
- [x]…
-
My motivation for looking at command-line-api was that my javascript library took 0.2 seconds or so to do completions even when it was a fixed small list. Seemed to be related to node launch time.
…
-
How do I launch broot as br in Windows 10
-
I was recently experimenting with latest Photon OS 3.0 for the Raspberry Pi 3 and wanted to get PowerShell and PowerCLI running. I found that for the current release of PowerShell, only the 32-Bit ima…
-
In `Emacs` mode.
(1) type `cd C:\Program`, you will get a list of completions as follows:
```none
PS:50> cd C:\Program
Program Files Program Files (x86) ProgramData
```
(2) type `f…
-
### Problem
The sign "=" is not supported in Windows environment variables.
Thus, PYTORCH_CUDA_ALLOC_CONF=expandable_segments cannot be used on that platform.
### Solution
Could you please either …
-
When writing a completer for an existing executable, the PowerShell API requires the return of an `IEnumerable`. It is a somewhat richer model, where you can provide more info than just a string, such…
-
Hi,
I'm using OmniSharp LSP Client to communicate with the jedi-language-server. I need to auto import a module and there is an initializationOption for this in the jedi-language-server. The parame…
-
I use autocompletion scripts provided by `optparse-applicative` quite a lot in bash and zsh. Are there any plans to provide such scripts for powershell? Is is possible at all?