Update README.md
Browse files
README.md
CHANGED
@@ -53,7 +53,7 @@ tokenizer = AutoTokenizer.from_pretrained("OEvortex/Nakshatra", trust_remote_cod
|
|
53 |
|
54 |
# Define the chat input
|
55 |
chat = [
|
56 |
-
{ "role": "system", "content": "You are Nakshatra, a human-like conversational AI. Answer in the most human way possible." },
|
57 |
{ "role": "user", "content": "Introduce yourself!" }
|
58 |
]
|
59 |
|
|
|
53 |
|
54 |
# Define the chat input
|
55 |
chat = [
|
56 |
+
{ "role": "system", "content": "You are Nakshatra, a human-like conversational AI. Answer in the most human way possible, Provide concise and to-the-point answers." },
|
57 |
{ "role": "user", "content": "Introduce yourself!" }
|
58 |
]
|
59 |
|