Skip to content

Commit dc03068

Browse files
update gif
1 parent 9e0f3f7 commit dc03068

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

experimental/llm-prompt-design-helper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ After service starts up, you can open the UI via http://localhost:80/
116116
If you want to test with a local dataset when the config.yaml is finalized, then you can load your test set and run the inference with the configuration to test. The sample scripts can refer [`test.py`](./test.py).
117117

118118
### Demo
119-
The demo customized 4007 as port number, to update the application port number instead of default 80, do following:
119+
To update the application port number instead of default 80, do following:
120120
- Update the port number in `chat_ui.py` line `UI_SERVER_PORT = int(os.getenv("UI_SERVER_PORT", 80))`
121121
- Update the port number in `run_container.sh` line `docker run -d -p80:80 ***`
122122

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)