Abhaykoul commited on
Commit
0beff97
1 Parent(s): bbfc1e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -107,7 +107,7 @@ system_prompt = "You are HelpingAI, an emotional AI. Always answer my questions
107
 
108
  # Create a custom chatml format with your system prompt
109
  custom_chatml = formats.chatml.copy()
110
- custom_chatml['system_content'] = system_prompt
111
 
112
  # Define your sampler settings (optional)
113
  sampler = SamplerSettings(temp=0.7, top_p=0.9)
 
107
 
108
  # Create a custom chatml format with your system prompt
109
  custom_chatml = formats.chatml.copy()
110
+ custom_chatml['system_prompt'] = system_prompt
111
 
112
  # Define your sampler settings (optional)
113
  sampler = SamplerSettings(temp=0.7, top_p=0.9)