added a checkbox to toggle the use of the API
This commit is contained in:
parent
c22e6d4b5e
commit
83bc12e0f9
1 changed files with 11 additions and 0 deletions
|
|
@ -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" />
|
||||||
|
<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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue