Abhaykoul commited on
Commit
159f9c2
·
verified ·
1 Parent(s): b143566

Update README.md

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