coconut

Results 6 comments of coconut

I tried using the GUI tool Navicat to create the database. ![image](https://user-images.githubusercontent.com/46348324/189338949-8cb0175a-b817-48c4-bfd3-c3e859f1e197.png) but when I start it, the backend project (dir: /api) gives me an error accessing the interface. It...

I forked this repo too. But it seems like no PostgreSQL database initialization method is provided, How did you start it?

I started the project in accordance with the document, but how to initialize the database?

I have same question on `useAsStreamAdapter`. According `toStreamSend` signature: ```typescript export type StreamSend = ( message: string, observer: StreamingAdapterObserver, extras: ChatAdapterExtras, ) => void; ``` There's no way to know...

@salmenus Here's a solution to using `sessionStorage` that I don't think is very good, but it solves the problem: ```typescript export const send: StreamSend = async ( prompt: string, observer:...