for await()

in src/lib/inference.tsx [126:129]


      for await (const chunk of stream) {
        result += chunk.choices[0].delta.content;
        setPartialText(result);
      }