Skip to content

Commit 4db8f60

Browse files
authored
fix ci (#8494)
1 parent 8fac431 commit 4db8f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ retrieval:
211211
212212
--context-file FNAME file to load context from (repeat to specify multiple files)
213213
--chunk-size N minimum length of embedded text chunks (default: 64)
214-
--chunk-separator STRING
214+
--chunk-separator STRING
215215
separator between chunks (default: '
216216
')
217217
@@ -256,7 +256,7 @@ server:
256256
--threads-http N number of threads used to process HTTP requests (default: -1)
257257
--system-prompt-file FNAME
258258
set a file to load a system prompt (initial prompt of all slots), this is useful for chat applications
259-
--log-format {text,json}
259+
--log-format {text,json}
260260
log output format: json or text (default: json)
261261
--metrics enable prometheus compatible metrics endpoint (default: disabled)
262262
--no-slots disables slots monitoring endpoint (default: enabled)

0 commit comments

Comments
 (0)