Skip to content

Commit cc29473

Browse files
authored
fix(genapi): tutorial to deploy openwebui (scaleway#4952)
1 parent eb2bc03 commit cc29473

File tree

1 file changed

+5
-1
lines changed
  • tutorials/deploy-openwebui-with-generative-apis

1 file changed

+5
-1
lines changed

tutorials/deploy-openwebui-with-generative-apis/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,11 @@ $ scw container container create name=open-webui \
141141
environment-variables.OPENAI_API_BASE_URL="https://api.scaleway.ai/<YOUR_PROJECT_ID>/v1" \
142142
secret-environment-variables.0.key="OPENAI_API_KEY" \
143143
secret-environment-variables.0.value="<YOUR_SECRET_KEY>" \
144-
region=fr-par
144+
region=fr-par \
145+
cpu-limit=1000 \
146+
memory-limit=4000 \
147+
local-storage-limit=10000 \
148+
timeout=600s
145149
```
146150

147151
<Message type="note">

0 commit comments

Comments
 (0)