This commit is contained in:
NWilson
2024-02-16 09:07:06 -06:00
parent b5887960b6
commit 8075e4cd1e
4 changed files with 8 additions and 12 deletions

View File

@ -7658,8 +7658,8 @@ const CONNECT_API_MAP = {
source: chat_completion_sources.CUSTOM,
},
'infermaticai': {
selected: 'openai',
button: '#api_button_openai',
selected: 'textgenerationwebui',
button: '#api_button_textgenerationwebui',
type: textgen_types.INFERMATICAI,
},
};