Update README.md
Browse files
README.md
CHANGED
@@ -104,7 +104,7 @@ system_prompt = "You are HelpingAI-3B, an emotionally intelligent AI designed to
|
|
104 |
|
105 |
# 4. Create a custom chatml format with your system prompt
|
106 |
custom_chatml = formats.chatml.copy()
|
107 |
-
custom_chatml['
|
108 |
|
109 |
# 5. Define your sampler settings (optional)
|
110 |
sampler = SamplerSettings(temp=0.7, top_p=0.9) # Adjust as needed
|
|
|
104 |
|
105 |
# 4. Create a custom chatml format with your system prompt
|
106 |
custom_chatml = formats.chatml.copy()
|
107 |
+
custom_chatml['system_prompt'] = system_prompt
|
108 |
|
109 |
# 5. Define your sampler settings (optional)
|
110 |
sampler = SamplerSettings(temp=0.7, top_p=0.9) # Adjust as needed
|