From c97527f378914d75c1c863b7d084214b84d64df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dave=20G=C3=B6=C3=B6ck?= Date: Sat, 11 May 2024 21:29:12 +0000 Subject: [PATCH] add readme text for gitpod --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d305ad5..3d5982c 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,20 @@ The codespace installs ollama automaticaly and downloads the `llava` model. You Select Ollama models +### Gitpod + +You can easily use Open UI via Gitpod, preconfigured with Open AI. + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/wandb/openui) + +On launch Open UI is automatically installed and launched. + +Before you can use Gitpod: + +* Make sure you have a Gitpod account. +* To use Open AI models set up the `OPENAI_API_KEY` environment variable in your Gitpod [User Account](https://gitpod.io/user/variables). Set the scope to `wandb/openui` (or your repo if you forked it). + +> NOTE: Other (local) models might also be used with a bigger Gitpod instance type. Required models are not preconfigured in Gitpod but can easily be added as documented above. ### Resources