Parth Thakkar
Parth Thakkar
The Copilot extension needs well formatted streaming response, but the copilot_proxy code seems to return badly formatted data. Here's an example of the streamed response: ``` data: data: {"id": "cmpl-6TMRfgynXT3wpdrNOVZgS4is5DadC",...
Sourcegraph recently open-sourced their client Cody (https://github.com/sourcegraph/sourcegraph/blob/main/client/cody/src/completions/index.ts). They're still building it, but that's also a good opportunity to contribute early enough so that there's support for FauxPilot.
I took a quick look at the plugin code -- the code does seem to look for `debug.overrideProxyUrl` and `debug.overrideEngine` variables in "advanced" configuration, just like vscode. Now, I am...
Could you paste the full log?
Looks like nvidia-docker isn't still fully supported on Apple M1 (see this: https://github.com/NVIDIA/nvidia-docker/issues/101 and https://github.com/nathanwbrei/phasm/issues/8#issuecomment-1354178356). I don't have a Mac with me currently, so can't try this out myself unfortunately.
@alexcjohnson react-dropzone now seems to support folders
The colab link uses the same versions. Does that colab link work for you? I tried this on a couple of systems and was consistently getting this issue. Someone else...
Please see my [comment](https://github.com/fauxpilot/fauxpilot/issues/10#issuecomment-1364101844) in #10 regarding this. Closing as stale. Please reopen if needed!
Closing this due to inactivity. Please feel free to reopen if there are updates.
@moyix I've come up with a method that seems reasonable to me for handling the stopword logic correctly. The **problem** we want to solve is this: Given a stop word,...