feat(providers): add `custom_openai`
This commit is contained in:
parent
3ffb20b777
commit
3b4b8a8b02
|
@ -22,6 +22,8 @@ export const getAvailableChatModelProviders = async () => {
|
|||
models[provider] = await chatModelProviders[provider]();
|
||||
}
|
||||
|
||||
models['custom_openai'] = {}
|
||||
|
||||
return models;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue