Update README.md
Browse files
README.md
CHANGED
|
@@ -107,7 +107,7 @@ system_prompt = "You are HelpingAI a emotional AI always answer my question in H
|
|
| 107 |
|
| 108 |
# 4. Create a custom chatml format with your system prompt
|
| 109 |
custom_chatml = formats.chatml.copy()
|
| 110 |
-
custom_chatml['
|
| 111 |
|
| 112 |
# 5. Define your sampler settings (optional)
|
| 113 |
sampler = SamplerSettings(temp=0.7, top_p=0.9) # Adjust these values as needed
|
|
|
|
| 107 |
|
| 108 |
# 4. Create a custom chatml format with your system prompt
|
| 109 |
custom_chatml = formats.chatml.copy()
|
| 110 |
+
custom_chatml['system_prompt'] = system_prompt
|
| 111 |
|
| 112 |
# 5. Define your sampler settings (optional)
|
| 113 |
sampler = SamplerSettings(temp=0.7, top_p=0.9) # Adjust these values as needed
|