added a checkbox to toggle the use of the API

This commit is contained in:
mic 2024-07-20 23:56:07 +02:00
parent c22e6d4b5e
commit 83bc12e0f9

View file

@ -81,6 +81,17 @@
</label> </label>
</td> </td>
</tr> </tr>
<tr>
<td><label>
<span>API Activate</span>
</label></td>
<td>
<label>
<input type="checkbox" id="api_active" name="api_active" class="option-input" />
&nbsp;<span>Use that OpenAI API!</span>
</label>
</td>
</tr>
</table> </table>
<div id="btn_custom_prompts"> <div id="btn_custom_prompts">
<button id="btnManagePrompts">__MSG_prefs_OptionText_btnManagePrompts__</button> <button id="btnManagePrompts">__MSG_prefs_OptionText_btnManagePrompts__</button>