Abhaykoul commited on
Commit
4f91b47
1 Parent(s): 2252622

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ system_prompt = "You are HelpingAI a emotional AI always answer my question in H
102
 
103
  # 4. Create a custom chatml format with your system prompt
104
  custom_chatml = formats.chatml.copy()
105
- custom_chatml['system_content'] = system_prompt
106
 
107
  # 5. Define your sampler settings (optional)
108
  sampler = SamplerSettings(temp=0.7, top_p=0.9) # Adjust these values as needed
 
102
 
103
  # 4. Create a custom chatml format with your system prompt
104
  custom_chatml = formats.chatml.copy()
105
+ custom_chatml['system_prompt'] = system_prompt
106
 
107
  # 5. Define your sampler settings (optional)
108
  sampler = SamplerSettings(temp=0.7, top_p=0.9) # Adjust these values as needed