Stefan Idler
Results
3
comments of
Stefan Idler
Mac user here, problem still exists using safari
you may want to give https://github.com/LLPhant/LLPhant/pull/298 a try, with this changes I'm able to stream the contents while being sent: ```PHP try { $stream = $chat->generateStreamOfText(implode($mappedTextPrompts)); // $stream = $chat->generateChatStream($mappedPrompts);...