feat(providers): add custom_openai
This commit is contained in:
parent
3ffb20b777
commit
3b4b8a8b02
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ export const getAvailableChatModelProviders = async () => {
|
|||
models[provider] = await chatModelProviders[provider]();
|
||||
}
|
||||
|
||||
models['custom_openai'] = {}
|
||||
|
||||
return models;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue