-
Since most development that happens using VZCode is tailored towards JavaScript and data visualization, it would be amazing to use RAG (Retreival Augmented Generation) based on a pre-defined corpus of…
-
I assume that this would be difficult to implement. I wouldn't mind if you closed this issue as not planned right off the bat. I would probably do that if I was in your place braph. But I'd like to he…
-
Hi @kassick,
I've come across your project and `lsp-mode` is actually missing the `inlineCompletions` support now. Would it be possible to contribute this to `lsp-mode` so that everything will be in …
-
Are there any plans to find a way to use this with the [openai api](https://platform.openai.com/docs/api-reference/chat), rather than the chatgpt frontend?
-
## Description
Verba generates an incorrect URL when sending requests to Azure, resulting in a **404 Not Found** error. When the URL is manually corrected to the appropriate format, the response …
ayurk updated
1 month ago
-
**rust-analyzer version**: 1.75.0 (82e1608 2023-12-21)
**rustc version**: 1.75.0 (82e1608df 2023-12-21)
**relevant settings**: Neovim
Here's an example where the size of an array is not s…
-
[zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) is able to provide a tab-autocompletion preview based on the `.zsh_history`:
![tab-completion](https://fb.hash.works/bolpxO/)…
-
I would like to propose that we configure SSH with a wildcard instead of individual host names. For example:
```
coder.*
ProxyCommand coder %h
```
And in `ssh.go` we trim out the `coder.` …
-
### Describe the bug
scala-cli reproduction
```scala
//> using scala "3.1.3"
//> using lib "dev.zio::zio:2.0.0"
import zio._
object ZioOrdering extends ZIOAppDefault {
val task = ZIO.…
-
**Describe the solution you'd like**
I would like to connect cursor to a local hosted quantised LLM running on VLLM or the like. VLLM and similar projects all support an OpenAI like API with chat c…