Eduardo Lang

Results 3 issues of Eduardo Lang

Hi, first of all, congrats for your amazing project! I noticed that every connection on the hub register a callback: public function subscribe(callable $callback): void { $this->init(); $this->subscriber->on('message', function (string...

I apologize if I didn't understand correctly, but it seems that the authentication itself was not implemented, and we do not have protected routes. Is that correct?

The environment variable DEFAULT_MODEL doesn't work with OPENAI_API_TYPE=azure because Object.values(OpenAIModelID).includes( process.env.DEFAULT_MODEL as OpenAIModelID, ) in home.tsx always returns false, falling back on fallbackModelID.