Dane Schneider

Results 189 comments of Dane Schneider

Fixed by #46 and just released in server/0.8.3 and cli/0.8.2

Thanks for the suggestion. In order for it to be a drop-in replacement, it would need to support function calls, and beyond that streaming function calls. I do want to...

@pablospe @aldoyh 0.9.0 allows for using models from any OpenAI-compatible provider, including LiteLLM. That said, in my own testing I've found OpenRouter.ai to be easier in terms of a drop-in...

Thanks for reporting this @bmulholland. We'll get it fixed.

Thanks for reporting this and for all the details. What flags are you passing to envkey-source when loading in development? Are you using any of `--watch / w`, `--cache /...

Thanks @thomasLeclaire. If you see it again, could you try running envkey-source with the `--verbose` flag? Our hypothesis currently is that the envkey-source requests you saw issues with were failing...

Hi @adityapatadia which version were you on where you saw the issue and which did you downgrade to?

@adityapatadia Do you have any .env files either in the project root directory or a higher-level directory? There were some changes to how .env files that don't include an ENVKEY...

No @adityapatadia, there has been no change to how an env file with just an ENVKEY in it is handled.

Hi @prceasar, these completions come from the yargs command-parsing library and it seems that they are actually bash only. I'm not sure why we had the idea that we could...