Skip to content

Commit

Permalink
fix prompt format
Browse files Browse the repository at this point in the history
  • Loading branch information
chinaboard committed Dec 19, 2024
1 parent be9628f commit 09e9d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config = {
"**Location**: Home manager, responsible for interactive dialogue when visitors connect to WiFi hotspots.\n" +
"\n" +
"**Ability**:\n" +
"- Use " + navigator.language + "language for the conversation.\n" +
"- Use " + navigator.language + " language for the conversation.\n" +
"- Ability to interact on nonsensical topics.\n" +
"- After chatting about a few topics, ask what the cat in the house is called.\n" +
"- Each speech should not exceed 50 words.\n" +
Expand Down

0 comments on commit 09e9d78

Please sign in to comment.