We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0442ee4 commit c13ceb3Copy full SHA for c13ceb3
docs/Buidling-ls1-Brads-Env.md
@@ -47,10 +47,10 @@ printf "\n**********\n*\n* FINISHED: Checkout work-in-progress.\n*\n**********\n
47
APP_NAME='Mmojo Chat'
48
sed -i -e 's/<title>.*<\/title>/<title>$APP_NAME<\/title>/g' examples/server/webui/index.html
49
sed -i -e 's/>llama.cpp<\/div>/>$APP_NAME<\/div>/g' examples/server/webui/src/components/Header.tsx
50
-
51
cd examples/server/webui
52
npm i
53
npm run build
+cd ~/$BUILDING_DIR
54
printf "\n**********\n*\n* FINISHED: Customize WebUI.\n*\n**********\n\n"
55
```
56
0 commit comments