add browser link

This commit is contained in:
Jaewook Lee
2024-07-11 10:08:43 +09:00
parent 00de45ea25
commit 324afb529e

View File

@@ -22,6 +22,10 @@ volumes:
llama-cache:
```
## http://localhost:8080 브라우저 접속
- llama.cpp에서 minimal Web UI를 제공한다.
- 첫 실행시에는 `llama-cache` 볼륨에 모델을 다운로드 받기 위해 시간이 조금 소요될 수 있다.
## cURL test
```bash