mirror of
https://git.zavage.net/Zavage-Software/search-with-chatgpt-powered-by-openai-extension.git
synced 2026-08-31 22:20:47 -06:00
fix: prefer the focused frame, bound model length, drop dead flag
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<form id="settings" autocomplete="off">
|
||||
<div class="field">
|
||||
<label for="model">Model <span class="tag">experimental</span></label>
|
||||
<input type="text" id="model" placeholder="auto" spellcheck="false" />
|
||||
<input type="text" id="model" placeholder="auto" spellcheck="false" maxlength="200" />
|
||||
<p class="hint">
|
||||
ChatGPT may ignore this and use your account default. Leave blank to
|
||||
always use your account default.
|
||||
|
||||
Reference in New Issue
Block a user