This commit is contained in:
Marcin Tojek 2025-12-03 12:34:01 +01:00
parent 504be92cf4
commit 25636524d3

View File

@ -30,7 +30,7 @@ This module installs and runs Open WebUI using Python and pip within your Coder
module "open-webui" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder-labs/open-webui/coder"
version = "1.0.0"
version = "0.9.0"
agent_id = coder_agent.main.id
}
```