Skip to content

Commit 89029fd

Browse files
committed
fixed lint issue
1 parent 991d90a commit 89029fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/openshift-ai/other-projects/deploying-a-llama-model-with-kserve.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To create this connection in your project, enter the following URI and use
5757

5858
![Create Connection](images/create-connection-using-uri.png)
5959

60-
```
60+
```sh
6161
oci://quay.io/jharmison/models:redhatai--llama-3_2-3b-instruct-fp8-modelcar
6262
```
6363

@@ -271,7 +271,7 @@ curl -k -X POST https://<url>/v1/completions \
271271
}'
272272
```
273273

274-
## Web interface integration using [Open WebUI](https://docs.openwebui.com/)
274+
## Web interface integration using [Open WebUI](https://docs.openwebui.com/)
275275

276276
For a more user-friendly experience, integrate with Open WebUI as follows:
277277

@@ -305,7 +305,7 @@ For a more user-friendly experience, integrate with Open WebUI as follows:
305305

306306
**Output:**
307307

308-
```
308+
```sh
309309
NAME: openwebui
310310
LAST DEPLOYED: Tue Dec 2 22:52:06 2025
311311
NAMESPACE: <your-namespace>

0 commit comments

Comments
 (0)