Skip to content

Commit 3a46761

Browse files
committed
update profile section of readme
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
1 parent 6dc38ed commit 3a46761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,11 +366,11 @@ customization:
366366

367367
#### Custom Profile
368368

369-
If you have added a custom profile specification to `/src/utils/profiles` and it exposes prompts you can set them with:
369+
You can pass a custom prompt profile via it's `path` to the customization:
370370

371371
```yaml
372372
customization:
373-
profile_name: <your-profile>
373+
profile_path: <your/profile/path>
374374
```
375375

376376
Additionally, an optional string parameter `system_prompt` can be specified in `/v1/query` and `/v1/streaming_query` endpoints to override the configured system prompt. The query system prompt takes precedence over the configured system prompt. You can use this config to disable query system prompts:

0 commit comments

Comments
 (0)