Jaya DeHart

Results 5 comments of Jaya DeHart

@sicter are you using ` streamProtocol: "data",` in your useChat? Here is my code that works: ```` const chat = useChat({ api: props.endpoint, onResponse(response) { const sourcesHeader = response.headers.get("x-sources"); const...

@sicter I'm not an expert at all the underlying processing that is happening with useChat and such, but if you want to look at a working example of converting langchain...

@sicter my bad, didn't realize I had made it private. It should be public now!