@@ -98,11 +98,12 @@ <h3>Knowledge Graph Setup</h3>
98
98
a free domain, and enter the Model Name and Together Key
99
99
here.</ small > < br />
100
100
< label for ="togetherModel "> Together Model Name: < small class ="desc "> (leave blank for default
101
- meta-llama/Llama-3-70b-chat-hf)</ small > </ label >
101
+ meta-llama/Llama-3-70b-chat-hf)</ small > </ label >
102
102
< input type ="text " name ="togetherModel " id ="togetherModel " /> < br />
103
103
< label for ="togetherKey "> Together Key:</ label >
104
104
< input type ="text " name ="togetherKey " id ="togetherKey " /> < br />
105
- < label for ="togetherAIPrompt "> GPT Prompt < small class ="desc "> (leave blank for default):</ small > </ label > < br />
105
+ < label for ="togetherAIPrompt "> GPT Prompt < small class ="desc "> (leave blank for
106
+ default):</ small > </ label > < br />
106
107
< small > < label class ="desc " for ="togetherAIPrompt "> (default: "You are a helpful, animated robot called
107
108
Vector. Keep the response concise yet
108
109
informative.")</ label > </ small >
@@ -116,8 +117,10 @@ <h3>Knowledge Graph Setup</h3>
116
117
Vector. Keep the response concise yet
117
118
informative.")</ label > </ small >
118
119
< input type ="text " name ="openAIPrompt " id ="openAIPrompt " /> < br />
119
- < label for ="openaiVoice "> OpenAI TTS voice for non-English languages:</ label > < br />
120
- < small class ="desc "> See < a target ="_blank " href ="https://platform.openai.com/docs/guides/text-to-speech/voice-options "> OpenAI's TTS site</ a > to demo each voice.</ small > < br />
120
+ < label for ="openaiVoice "> OpenAI TTS voice for non-English languages:</ label > < br />
121
+ < small class ="desc "> See < a target ="_blank "
122
+ href ="https://platform.openai.com/docs/guides/text-to-speech/voice-options "> OpenAI's TTS site</ a > to
123
+ demo each voice.</ small > < br />
121
124
< select name ="openaiVoice " id ="openaiVoice ">
122
125
< option value ="fable " selected > Fable</ option >
123
126
< option value ="alloy "> Alloy</ option >
@@ -133,11 +136,13 @@ <h3>Knowledge Graph Setup</h3>
133
136
users.</ small > < br />
134
137
< label for ="customKey "> API Key < small class ="desc "> (for ollama, this is just 'ollama')</ small > :</ label >
135
138
< input type ="text " name ="customKey " id ="customKey " /> < br />
136
- < label for ="customAIEndpoint "> API Endpoint < small class ="desc "> (i.e. http://localhost:11434/v1)</ small > :</ label >
139
+ < label for ="customAIEndpoint "> API Endpoint < small class ="desc "> (i.e.
140
+ http://localhost:11434/v1)</ small > :</ label >
137
141
< input type ="text " name ="customAIEndpoint " id ="customAIEndpoint " /> < br />
138
142
< label for ="customModel "> LLM Model Name < small class ="desc "> (i.e. 'llama3')</ small > :</ label >
139
143
< input type ="text " name ="customModel " id ="customModel " /> < br />
140
- < label for ="customAIPrompt "> LLM Prompt < small class ="desc "> (leave blank for default)</ small > :</ label > < br />
144
+ < label for ="customAIPrompt "> LLM Prompt < small class ="desc "> (leave blank for
145
+ default)</ small > :</ label > < br />
141
146
< small > < label class ="desc " for ="customAIPrompt "> (default: "You are a helpful, animated robot called
142
147
Vector. Keep the response concise yet
143
148
informative.")</ label > </ small >
@@ -156,13 +161,21 @@ <h3>Knowledge Graph Setup</h3>
156
161
< span id ="llmCommandInput " style ="display: none ">
157
162
< input type ="checkbox " id ="commandYes " name ="commandDoselect " />
158
163
< label class ="checkbox-label " for ="commandYes ">
159
- Allow the LLM to run commands on the robot, such as play animations .
164
+ Allow the LLM to make the robot perform animations and other actions during the response .
160
165
</ label >
161
166
</ span >
162
167
< span id ="saveChatInput " style ="display: none ">
163
168
< input type ="checkbox " id ="saveChatYes " name ="saveChatselect " />
164
169
< label class ="checkbox-label " for ="saveChatYes ">
165
- Enable conversations via "I have a question". This also allows previous chats to be used in the context of future responses.
170
+ Enable conversations via "I have a question". This also allows previous chats to be used in the
171
+ context of future responses.
172
+ </ label > </ br >
173
+ < a href ="# " onclick ="deleteSavedChats() "> Delete Saved Chats</ a >
174
+ </ span >
175
+ < span id ="openAIVoiceForEnglishInput " style ="display: none ">
176
+ < input type ="checkbox " id ="voiceEnglishYes " name ="voiceEnglishselect " />
177
+ < label class ="checkbox-label " for ="voiceEnglishYes ">
178
+ Use the OpenAI TTS voice for English as well.
166
179
</ label >
167
180
</ span >
168
181
</ div >
0 commit comments