Skip to content

Commit db86b8c

Browse files
committed
Accept all models for openrouter ai provider
1 parent 9c317db commit db86b8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Services/AI/AcceptAllModelsCatalog.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* This is a workaround for outdated/incomplete model catalogs provided by AI platforms, which do not contain all available models, or do not update their catalogs frequently enough.
3535
*/
3636
#[AsDecorator('ai.platform.model_catalog.lmstudio')]
37+
#[AsDecorator('ai.platform.model_catalog.openrouter')]
3738
final readonly class AcceptAllModelsCatalog implements ModelCatalogInterface
3839
{
3940

0 commit comments

Comments
 (0)