9 lines
88 B
Bash
9 lines
88 B
Bash
#!/bin/bash
|
|
|
|
cd /home/ys/Data/projects/llm/OpenWebUI
|
|
open-webui serve --port 8085 &
|
|
|
|
|
|
|
|
|