wandb / openui

OpenUI let's you describe UI using your imagination, then see it rendered live.
https://openui.fly.dev
Apache License 2.0
16.86k stars 1.47k forks source link

Gitpodify - Add support to launch Open UI in Gitpod #108

Closed davemecha closed 1 month ago

davemecha commented 1 month ago

With this PR I want to suggest adding Gitpod support. Gitpod is an online dev environment and browser based IDE (similar to Github Codespaces with some additional features).

The PR contains the following changes:

To use Gitpod a user needs a (free) Gitpod account. To use the Open AI API, the OPENAI_API_KEY must be provided as an environment variable as described in the README.

I did not set up Ollama by default, since the default Gitpod containers are not too powerful. I didn't try it. Do you think this should be added or should we provide some simple script to automate the setup in Gitpod? We could also set it up but not launch it. So it's ready to go.

What do you think about this PR? What should be improved?