Slava Razum
Slava Razum
@ijjimem Let's wait for the implementation of this PR. Continued working on it.
Hi @gehrisandro 🙌 In my vision, `stream` option should be passed with other options to `create` method for 2 reasons: 1. Stay consistent. Developers might expect that all options from...
@nunomaduro NP 🤝 Me too have some troubles in Ukraine with availability 😅 It's ok to not rush with this to create a truly good implementation. As I can see...
Looks like separate `createStreamed` method with appropriate exceptions might make sense. At the moment I see more use cases for streamed responses than for conventional ones. For reasons of the...
@nunomaduro How do you feel about separate `createStreamed` method, any thoughts about implementation in general?
Working on refactoring with `chat` endpoint support. Trying to simplify the implementation.
Working on it exactly right now. Will update a PR with new Chat completions draft as soon as possible. Stay tuned 😉 @Pierquinto When it will be finished I will...
Let's continue here - https://github.com/openai-php/client/pull/84
@Pierquinto simple stream reading implementation with `fetch`: ```javascript async function askAi() { const response = await fetch("/ask-ai"); const reader = response.body?.pipeThrough(new TextDecoderStream()).getReader(); let delta = await reader.read(); while (!delta.done) {...
The same issue occurs with the web manifest file. It appears that the generated URLs do not include the server **port**.