Chris Hayes
Chris Hayes
The `ai` package does support mistral, so that could be another one. https://sdk.vercel.ai/docs/foundations/providers-and-models Honestly, I'm thinking we should find a way in the UI to represent the "best" models users...
Documentation reference: https://code.visualstudio.com/api/references/vscode-api#TextEditor `vscode.window.activeTerminal` can likely be used to get the selected text. That combined with a VS Code menu API hook should make this feasible. In the `package.json` we...
I'm adding the `hacktoberfest` label if anyone is feeling ambitious, this isn't an easy update. It would be a good idea to follow how we add menu items to the...
This feature is still planned for this extension, but it does require a lot of work: 1. Need to decide what code gets included when you query the LLM. 2....
Related: #116
@rafael1856 thanks for the bug report. With non-OpenAI APIs, the `Chatgpt > Gpt3:Model` model list won't work. The problem with the settings dropdown is that a specific list of model...
Glad to hear it Rafael, I'll keep this issue open to track the progress on changing the "Chatgpt > Gpt3:Model" setting from a dropdown to a text input.
`TODO:` Convert the "Chatgpt > Gpt3:Model" extension setting from a dropdown to a text input.
Work on this - pending the move from Vercel AI to LangChain. #122
> So these REST endpoints that I have added are not final. They are solely thin wrappers over the HTTP requests to type the request and response parameters. I intend...