Skip to content

Commit

Permalink
Merge pull request #360 from jpodivin/systemprompt
Browse files Browse the repository at this point in the history
Rewritten section fine tuning to correctly reflect the subject
  • Loading branch information
tisnik authored Feb 6, 2025
2 parents 734cc91 + 74866cf commit 96dbc6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ configure model, and connect to it.
* [8. (Optional) Configure the number of workers](#8-optional-configure-the-number-of-workers)
* [9. Registering a new LLM provider](#9-registering-a-new-llm-provider)
* [10. TLS security profiles](#10-tls-security-profiles)
* [11. Fine tuning](#11-fine-tuning)
* [11. System prompt](#11-system-prompt)
* [12. Configuration dump](#12-configuration-dump)
* [Usage](#usage)
* [Deployments](#deployments)
Expand Down Expand Up @@ -527,8 +527,8 @@ The `tlsSecurityProfile` is fully optional. When it is not specified, the LLM ca
## 11. Fine tuning
The service uses the, so called, system prompt to put the question into context before the question is sent to the selected LLM. The default system prompt is fine tuned for questions about OpenShift and Kubernetes. It is possible to use a different system prompt via the configuration option `system_prompt_path` in the `rcs_config` section. That option must contain the path to the text file with the actual system prompt (can contain multiple lines). An example of such configuration:
## 11. System prompt
The service uses the, so called, system prompt to put the question into context before the question is sent to the selected LLM. The default system prompt is designed for questions about OpenShift and Kubernetes. It is possible to use a different system prompt via the configuration option `system_prompt_path` in the `rcs_config` section. That option must contain the path to the text file with the actual system prompt (can contain multiple lines). An example of such configuration:
```yaml
rcs_config:
Expand Down

0 comments on commit 96dbc6a

Please sign in to comment.