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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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