Michael Pearson

Results 6 comments of Michael Pearson

Thanks for responding. This is my foray into tensor flow, and I just wanted to make sure I wasn't missing some configuration or there wasn't something terribly wrong on my...

Just wanted to add a comment that for ConvoOutputParser I did consider raising an exception if there was a json object in the response but it was missing the required...

> p Yeah I think a test for it would be good. I'm currently working on a real application using this stuff so that's how I'm testing at the moment....

> @Cobryis Hi , could you, please, resolve the merging issues and address the last comments (if needed)? After that, ping me and I push this PR for the review....

This is how I fixed the LLM output issue: https://github.com/hwchase17/langchain/pull/3480 I also have this PR that better handles max iterations causing an early stop: https://github.com/hwchase17/langchain/pull/3690