Spacy
Spacy
I'm unable to recreate. Here's the example I created to test this issue: ```shell > node --env-file=.env --import=tsx src/examples/streaming-test.ts Testing streamingForward with dog info fields... Streaming delta: { version: 0,...
> dogColors: [ "Gris", "Blanco", "Negro", "Blanco", "Negro", "Negro" ], Fix committed, pushing out a new release
Fixed, just pushed a new release
sorry was planning to fix this earlier was in the middle of our big migration to a monorepo. looking into this now.
fix in latest release
@taieb-tk have you looked at the streaming1.ts and streaming2.ts examples? `stream: true` enables streaming with the underlying llm provider to speed up things the final fields are not streamed out.
The bug is in the line below which is wrong. Also typescript should catch this it's even in the api docs. https://axllm.dev/apidocs/classes/axai/ ``` config: { stream: true }, ``` It...
use an async for loop like in the streaming examples Vikram Rangnekar On Mon, Oct 14, 2024 at 12:56 PM taieb-tk ***@***.***> wrote: > The response is suppose to be...
Totally open to supporting Bedrock last I checked it required some AWS specific libraries etc. If this is still the case we can add it as a separate package in...