File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
dashboard/frontend/src/pages Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const PlaygroundPage: React.FC = () => {
5656 onChange = { handleUrlChange }
5757 onKeyPress = { handleKeyPress }
5858 className = { styles . input }
59- placeholder = "http://localhost:3000 "
59+ placeholder = "http://localhost:3001 "
6060 />
6161 < button onClick = { handleApply } className = { styles . button } >
6262 Load
@@ -73,12 +73,9 @@ const PlaygroundPage: React.FC = () => {
7373 ) }
7474
7575 < div className = { styles . hints } >
76- < span className = { styles . hint } >
77- 🎮 Open WebUI Playground: Test your LLM models and semantic routing
78- </ span >
79- < span className = { styles . hint } >
80- 💡 Embedded mode requires Open WebUI to be configured with proper CORS headers
81- </ span >
76+ < span className = { styles . hint } >
77+ 🎮 Open WebUI Playground: Test your LLM models and semantic routing. 💡 Embedded mode requires Open WebUI to be configured with proper CORS headers.
78+ </ span >
8279 </ div >
8380 </ div >
8481
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ services:
119119 image : ghcr.io/open-webui/open-webui:main
120120 container_name : openwebui
121121 # Expose externally only if you want to access Open WebUI directly
122- # ports:
123- # - "3001:8080"
122+ ports :
123+ - " 3001:8080"
124124 environment :
125125 # Add any Open WebUI env here if needed (auth, providers, etc.)
126126 - WEBUI_NAME=Open WebUI
You can’t perform that action at this time.
0 commit comments