Pierre Rognion
Results
2
comments of
Pierre Rognion
> To fix this issue, update the `ReadableStream` in `utils/server`. Locate `const stream = new ReadableStream({` and add the condition `if (data !== '[DONE]')` before the `try-catch` block: > >...
@studydev could you show the edits that you've made on /pages/api/models.ts to make it work? I am trying to implement it but so far I get errors :(