Sebusml

Results 3 comments of Sebusml

what is the recommendation here? The following worked for me but is there a better way? > ```css > background-image: url("~/public/example.svg"); > ```

As a reference, this is how I have to handle OpenAIs Stream responses in my backend and send back to frontend: ```javascript const textStream = await openai.chat.completions.create({ model: 'gpt-4', messages:...