Nils Caspar

Results 28 comments of Nils Caspar

I'm currently not using this gem in any project. If you would like to add Rails 4.1 compatibility, feel free to submit a PR. :beers:

Never seen this one. Is it still a problem? Do you use any other addons besides ReChat?

Thanks for your work! I think the UI is not very clear especially for the unexperienced user. Maybe a slider (ranging from 0 to 5 minutes delay) would be a...

I think you accidentally squashed the merge of `master` with your own commits. Diff looks weird. ![](https://static-cdn.jtvnw.net/emoticons/v1/356/1.0)

I was a little surprised to learn how batching is currently implemented with gqlgen – especially since the [feature comparison page](https://gqlgen.com/feature-comparison/) makes it seem like its implementation is on par...

> Can you help here with a PR? Absolutely, but it isn't clear to me from the discussion above if there is an agreed approach that would be accepted in...

@teamon did you ever implement something based on "Faraday Http Cache"? If so, could you please provide a simple example so we can add it to the documentation?

Thank you, @teamon! Think we should change the documentation as this middleware seems to be superior to the one suggested by the README. @remiprev, what do you think?

> if anyone is still having issues let me know @dev2049 I just updated to langchain 0.0.190 and `on_llm_end` is getting called now. However, `token_usage` is always just an empty...

I looked into the langchain code but unfortunately wasn't able to pinpoint the issue in a jiffy given the complexity of its inner workings. Instead, I ended up implementing a...