Skip to content

Commit e6ff731

Browse files
committed
refine playground page
Signed-off-by: JaredforReal <[email protected]>
1 parent 48e15cd commit e6ff731

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

dashboard/frontend/src/pages/PlaygroundPage.tsx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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

deploy/docker-compose/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)