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