Abhaykoul commited on
Commit
5359bc3
·
verified ·
1 Parent(s): 350ff5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -100,7 +100,7 @@ system_prompt = "You are Nakshatra, a human-like conversational AI. Answer in th
100
 
101
  # Create a chat format with your system prompt
102
  nakshatra_format = formats.llama3.copy()
103
- nakshatra_format['system_content'] = system_prompt
104
 
105
  # Define your sampler settings (optional)
106
  sampler = SamplerSettings(temp=0.7, top_p=0.9)
 
100
 
101
  # Create a chat format with your system prompt
102
  nakshatra_format = formats.llama3.copy()
103
+ nakshatra_format['system_prompt'] = system_prompt nakshatra_format['system_content'] = system_prompt
104
 
105
  # Define your sampler settings (optional)
106
  sampler = SamplerSettings(temp=0.7, top_p=0.9)