File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1146,7 +1146,6 @@ function SendSettingsWidgetLarge (to)
11461146 imageModelSelector += `</select>`
11471147 // loop again to add model options
11481148 imageModelSelector += "<h4>Model Options</h4>"
1149- imageModelSelector += "<HR>"
11501149 serverConfig . imageModels . forEach ( ( name , i ) =>
11511150 {
11521151 imageModelSelector += "<HR>"
Original file line number Diff line number Diff line change 99 < h4 class ="text-center "> Chatbot Settings</ h4 >
1010 < p > Chatbot is a ChatGPT powered chatbot that can be asked questions or just hang out in chat talking with
1111 users. He can also process alerts (subs etc) to give a unique response
12+ < BR >
13+ For OpenAI's Pricing see < a href ="https://openai.com/api/pricing/ "> OpenAI Pricing</ a > . As of
14+ 15/5/2025 gpt-4.1-nano is the current cheapest
1215 </ p >
1316
1417 <!-- enable/disable chatbot -->
@@ -68,8 +71,7 @@ <h4 class="text-center">Chatbot Auto Response</h4>
6871 </ div >
6972 < BR >
7073 < label for ="chatbotautoresponseengine "> Engine to use (ie gpt-3.5-turbo, gpt-4 etc , not all are currently
71- supported so check for console errors if it doesn't work). For Pricing see < a href ="https://openai.com/api/pricing/ "> OpenAI Pricing</ a > . As of
72- 15/5/2025 gpt-4.1-nan is the current cheapest</ label >
74+ supported so check for console errors if it doesn't work). </ label >
7375 < BR > < input type ="text " name ="chatbotautoresponseengine " id ="chatbotautoresponseengine " value ="chatbotautoresponseenginetext ">
7476
7577 < div class ="form-group row-2 text-center ">
You can’t perform that action at this time.
0 commit comments