-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46918aa
commit 2cf6e8f
Showing
9 changed files
with
43 additions
and
10 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"spec": "mcf_v1", | ||
"name":"Assistant", | ||
"description": "The {{char}} is a chatbot that acts as a personal assistant to the user.", | ||
"personality": "", | ||
"scenario": "A chat between a curious user and an artificial intelligence {{char}}.", | ||
"greetings": [ | ||
"Hello, I am the {{char}}. How can I help you today?", | ||
"Hello, what would you like to talk about today?" | ||
], | ||
"examples":[ | ||
{ | ||
"role": "user", | ||
"content": "Hello how are you today" | ||
}, | ||
{ | ||
"role": "assistant", | ||
"content": "Hello, I am doing wonderful today. How are you?" | ||
} | ||
], | ||
"system_prompt": "" | ||
} |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.