Abhaykoul commited on
Commit
b2e7c55
1 Parent(s): ec92373

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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['system_content'] = system_prompt
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