chatgpt web models list added in the options page
This commit is contained in:
parent
c8f3216ebb
commit
16721814c9
2 changed files with 5 additions and 0 deletions
|
|
@ -666,5 +666,9 @@
|
|||
"SendingPrompt": {
|
||||
"message": "Sending prompt...",
|
||||
"description": ""
|
||||
},
|
||||
"AllowedValues": {
|
||||
"message": "Allowed values",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
|
@ -113,6 +113,7 @@
|
|||
<tr class="conntype_chatgpt_web">
|
||||
<td><label>
|
||||
<span>__MSG_prefs_OptionText_chatgpt_web_model__</span>
|
||||
<br><table><tr><td><i style="font-size:smaller;"><nobr>__MSG_AllowedValues__:</nobr></i></td><td><i style="font-size:smaller;"> <nobr>gpt-4o</nobr> <nobr>gpt-4o-mini</nobr> <nobr>gpt-4</nobr> <nobr>o1-mini</nobr> <nobr>o1-preview</nobr></i></td></tr></table>
|
||||
</label></td>
|
||||
<td>
|
||||
<label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue