mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add featherless to /api
This commit is contained in:
@ -8449,6 +8449,11 @@ const CONNECT_API_MAP = {
|
|||||||
button: '#api_button_textgenerationwebui',
|
button: '#api_button_textgenerationwebui',
|
||||||
type: textgen_types.OPENROUTER,
|
type: textgen_types.OPENROUTER,
|
||||||
},
|
},
|
||||||
|
'featherless': {
|
||||||
|
selected: 'textgenerationwebui',
|
||||||
|
button: '#api_button_textgenerationwebui',
|
||||||
|
type: textgen_types.FEATHERLESS,
|
||||||
|
},
|
||||||
'huggingface': {
|
'huggingface': {
|
||||||
selected: 'textgenerationwebui',
|
selected: 'textgenerationwebui',
|
||||||
button: '#api_button_textgenerationwebui',
|
button: '#api_button_textgenerationwebui',
|
||||||
|
Reference in New Issue
Block a user