Update README.md
Browse files
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)
|