[extension/openai] add edits & image endpoints & fix prompt return in non --chat modes (#1935)
This commit is contained in:
parent
23d3f6909a
commit
309b72e549
5 changed files with 203 additions and 11 deletions
|
@ -54,6 +54,9 @@
|
|||
.*vicuna.*(1.1|1_1):
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Vicuna-v1.1'
|
||||
.*wizard.*vicuna:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Vicuna-v1.1'
|
||||
.*stable.*vicuna:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'StableVicuna'
|
||||
|
@ -135,4 +138,4 @@
|
|||
instruction_template: 'INCITE-Chat'
|
||||
.*incite.*instruct:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'INCITE-Instruct'
|
||||
instruction_template: 'INCITE-Instruct'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue