Matthew Gertner
Matthew Gertner
Well the problem I was encountering is that the tether gets `tether-out-of-bounds` classes if it is larger than the target. This is presumably not the desired behavior. What would be...
@pedronauck Making a last effort to get your attention. Any chance you can accept the PR and publish a new NPM package?
Okay I'll get it done this week.
I think we ended up working around this by calling a shell script from our Gruntfile to do the Phonegap build.
To clarify, when I say: ``` (first my-objects) => (matches MySchema) ``` I get output like: ``` The checker said this about the reason: {:project (not (instance? java.lang.Integer "dakrone/clj-http"))} ```...
The PR is here https://github.com/langchain-ai/langchain/pull/21484
I could only see one setting for max tokens. When I reverted it to the default of 128k, it started working as expected. Thanks!