c198a8a3 by Leff Tubat

Added word for trained prompt

1 parent a0d3a866
......@@ -109,7 +109,7 @@ function App() {
userModifiedInput = chatInput + "?";
}
}
let trained_prompt = chatInput + '. Respond without using markdown, HTML tags, or any special symbols for formatting.';
let trained_prompt = chatInput + '. Respond without using markdown, HTML tags, asterisks, hashtags, or any special symbols for formatting.';
let chatLogNew = [...chatLog, { user: "user", message: `${userModifiedInput}`} ]
setChatInput("");
setChatLog(chatLogNew)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!