Nate Sesti

Results 466 comments of Nate Sesti

*small update: download 0.9.8 if you can. There was unfortunate timing with a new binary we are including that I need to solve this same problem for (but don't have...

@sroecker Thanks for sharing this! To answer the node version question, we build with 19.0.0 but other versions should work. I'll add this to CONTRIBUTING.md.

@werdnum All of the native binaries, esbuild included, are now downloaded in their correct form for each architecture, so Continue should be back to working for linux-arm64. Please let me...

I tried this in both VS Code and Intellij and found that the encoding looked as expected (though Gemma gives interesting answers). I'm wondering if this might be the model...

Ah this makes sense. Is this built into the OS, or might there be a setting that I could change in order to simulate this?

@HakaishinShwet [Groq implements an OpenAI-compatible API](https://console.groq.com/docs/quickstart), which means that you can already use it with Continue if you have an API key by doing something like here: https://continue.dev/docs/reference/Model%20Providers/openai#openai-compatible-servers--apis As for...

@HakaishinShwet We now have access, but Groq has very low rate limits, so we won't be able to serve it through our free trial. If you can obtain your own...

@radhewro @d1nuc0m will work on improving the documentation, but to answer your question here one way of doing it is with requestOptions.headers like this: ```json { "models": [{ "title": "My...

@mbrner This looks really solid. Can we group together those options into a single interface like this? ```typescript interface SapGenAiOptions { // SAP Gen AI Core options resourceGroup?: string; authURL?:...

There's a set of clauses for the models array inside of an `allOf` that has good example of how to conditionally require certain properties. In this case after grouping into...