Radoslav

Results 61 comments of Radoslav

> I added "web" to types and it solved this .: > > ``` > "types": [ > "web", > "bun-types" // add Bun global > ] > ``` >...

> It seems like bun-types explicitly excludes default libs: > > ```ts > /// > ``` > > You can add additional directives to include lib definitions: > > ```ts...

I will have to write my own solution. This application has a very serious memory leak! Too bad

> Have we sorted a solution for this yet?

> > ``` > > > > docker run --platform linux/amd64 -e DEFAULT_MODEL=gpt-4 -e OPENAI_API_KEY="sk-X" -p 3000:3000 ghcr.io/mckaywrigley/chatbot-ui:main > > ``` > > Are you not adding the key directly...

> @doroved can you take this for a spin and let me know what you think? My application doesn't require a native popover, an NSPanel as a window is sufficient....

I watch your commits, so much code has to be written to implement macos native elements. You are doing a great job, thank you.