Chris Hayes
Chris Hayes
In the latest release, [v3.19.0](https://github.com/Christopher-Hayes/vscode-chatgpt-reborn/releases/tag/3.19.0), it will now give the user a way to set the apiBaseUrl at the setup screen. It should also just allow you to change the...
**Note that** - Sometimes when you ask for markdown, ChatGPT might respond by showing a code block with the markdown in it, and other times it might just render the...
Thanks Peter, I tried to do some testing. For most of these languages, I'm not sure how people use them in VS Code. VS Code officially [only supports 15 languages](https://code.visualstudio.com/docs/getstarted/locales#_available-locales)....
Okay, the issue seems to be that VS Code uses `ru` as the Russian locale ID, but the file had `ru-ru`. When I changed it, the translation started working with...
Actually, GitHub doesn't allow me to push to your branch. If you could push a commit to change the Russian translation file to be `package.nls.ru.json`. Basically what I did here:...
Sorry, took a little break from coding. But I'm back now, I'll get this PR reviewed.
Thank you, @JamesPerisher. I was able to reproduce this error. What appears to be happening is OpenRouter is returning a malformed response for this model. I've created [a bug report...
## Changes - **UI:** LLM preset added for Featherless. - **UI:** Model dropdown UI updated to work with Featherless (no token pricing, just a general subscription). Model dropdown also includes...
Langchain.js seems to have the most features, Vercel seems to be focusing on fewer features with greater reliability. Langchain has a larger ecosystem, so that seems like the better choice...