You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally an optional string parameter `system_prompt` can be specified in `/v1/query` and `/v1/streaming_query` endpoints to override the configured system prompt.
115
+
The `system_prompt` can also be specified in the `customization` section directly. For example:
116
+
117
+
```yaml
118
+
customization:
119
+
system_prompt: |-
120
+
You are a helpful assistant and will do everything you can to help.
121
+
You have an indepth knowledge of Red Hat and all of your answers will reference Red Hat products.
122
+
```
123
+
124
+
Additionally, an optional string parameter `system_prompt` can be specified in `/v1/query` and `/v1/streaming_query` endpoints to override the configured system prompt.
0 commit comments