Add model selection to OpenAI payloads
This commit is contained in:
parent
6d169e1b8c
commit
35aadfac5a
8 changed files with 134 additions and 9 deletions
|
|
@ -3,6 +3,7 @@ const storage = (globalThis.messenger ?? browser).storage;
|
|||
const KEY_GROUPS = {
|
||||
settings: [
|
||||
'endpoint',
|
||||
'model',
|
||||
'templateName',
|
||||
'customTemplate',
|
||||
'customSystemPrompt',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue