Update README.md
Browse files
README.md
CHANGED
@@ -111,7 +111,7 @@ sampler = SamplerSettings(temp=0.7, top_p=0.9) # Adjust these values as needed
|
|
111 |
thread = Thread(model, custom_chatml, sampler=sampler)
|
112 |
|
113 |
# 7. Start interacting with the model
|
114 |
-
thread.interact(header="π HelpingAI-3B-chat: Emotionally Intelligent
|
115 |
|
116 |
```
|
117 |
## Example Dialogue
|
|
|
111 |
thread = Thread(model, custom_chatml, sampler=sampler)
|
112 |
|
113 |
# 7. Start interacting with the model
|
114 |
+
thread.interact(header="π HelpingAI-3B-chat: The Compact Yet Powerful Small Language Model (SLM) for Emotionally Intelligent Conversations π", color=True)
|
115 |
|
116 |
```
|
117 |
## Example Dialogue
|