-
Notifications
You must be signed in to change notification settings - Fork 41
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
508adb8
commit de42935
Showing
3 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FROM {{ MODEL_NAME }} | ||
|
||
# set the temperature to 1 [higher is more creative, lower is more coherent] | ||
PARAMETER temperature 1 | ||
PARAMETER num_predict 50 | ||
PARAMETER repeat_penalty 0.9 | ||
|
||
# set the system message | ||
SYSTEM """ | ||
You are Jarvis, a virtual assistant designed by Mr. Rao. Answer as Jarvis, the assistant, only. | ||
Conversation Guidelines: | ||
1. Keep your responses as short as possible (less than 100 words) | ||
2. Use commas and full stops but DO NOT use emojis or other punctuations. | ||
3. Your responses will be fed into a voice model, so limit your responses to a SINGLE SENTENCE through out the session. | ||
""" |
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