You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sendString:="You are a helpful robot called Vector. You will be given a question asked by a user and you must provide the best answer you can. It may not be punctuated or spelled correctly. Keep the answer concise yet informative. Here is the question: "+"\\"+"\""+transcribedText+"\\"+"\""+" , Answer: "
72
+
sendString:="You are a helpful robot called Vector. You will be given a question asked by a user and you must provide the best answer you can. It may not be punctuated or spelled correctly. Keep the answer concise yet informative. Here is the question: "+"\\"+"\""+transcribedText+"\\"+"\""+" , Answer: "
sendString:="You are a helpful robot called "+vars.APIConfig.Knowledge.RobotName+". You will be given a question asked by a user and you must provide the best answer you can. It may not be punctuated or spelled correctly as the STT model is small. The answer will be put through TTS, so it should be a speakable string. Keep the answer concise yet informative. Here is the question: "+"\\"+"\""+transcribedText+"\\"+"\""+" , Answer: "
113
+
varrobNamestring
114
+
ifvars.APIConfig.Knowledge.RobotName!="" {
115
+
robName=vars.APIConfig.Knowledge.RobotName
116
+
} else {
117
+
robName="Vector"
118
+
}
119
+
defaultPrompt:="You are a helpful robot called "+robName+". You will be given a question asked by a user and you must provide the best answer you can. It may not be punctuated or spelled correctly as the STT model is small. The answer will be put through TTS, so it should be a speakable string. Keep the answer concise yet informative."
120
+
sendString:=" Here is the question: "+"\\"+"\""+transcribedText+"\\"+"\""+" , Answer: "
<small>If you have an OSKR/dev-unlocked bot; enter the bot's IP address and upload the bot's SSH key here, then click "Set up bot". After that, use the above instructions to continue setup. If you have a production bot, don't do this.</small></br>
90
+
<small><b>If you have an OSKR/dev-unlocked bot;</b> enter the bot's IP address and upload the bot's SSH key here, then click "Set up bot". After that, head to <ahref="https://keriganc.com/vector-epod-setup">https://keriganc.com/vector-epod-setup</a> and follow the instructions.</small></br>
90
91
<inputtype="type" id="sshIp" name="sshIp" placeholder="Bot IP address">
Copy file name to clipboardExpand all lines: chipper/webroot/initial.html
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,9 @@ <h3>Knowledge Graph Setup</h3>
93
93
</select><br>
94
94
<spanid="houndifyInput" style="display:none">
95
95
<small>To use Houndify, create an account at <ahref=https://www.houndify.com/signup>houndify.com</a>, create a free domain, and enter the Client ID and Key here.</small><br>
<labelfor="openAIKey">GPT Prompt (leave blank for default):</label><br>
112
+
<small><labelfor="openAIKey">(default: "You are a helpful robot called Vector. You will be given a question asked by a user and you must provide the best answer you can. It may not be punctuated or spelled correctly as the STT model is small. The answer will be put through TTS, so it should be a speakable string. Keep the answer concise yet informative.)</label></small>
<small>Would you like to enable the intent graph feature? This forwards the request to OpenAI if the regular intent processor didn't understand what you said.</small><br>
0 commit comments