Hey everone,
I found out, that the model list of OpenRouter contains many models, that do not exist anymore. The reason is, that the automatic update process "merge" the model list and do not drop old one (also for the other Bridges).
https://github.com/symfony/ai/blob/main/src/platform/dev/update-model-catalogs.php#L166
https://github.com/symfony/ai/blob/main/src/platform/dev/update-model-catalogs.php#L171
There is a "merge" parameter that is true.
Question:
What are your thoughts? Should I prepare a PR....
Hey everone,
I found out, that the model list of OpenRouter contains many models, that do not exist anymore. The reason is, that the automatic update process "merge" the model list and do not drop old one (also for the other Bridges).
https://github.com/symfony/ai/blob/main/src/platform/dev/update-model-catalogs.php#L166
https://github.com/symfony/ai/blob/main/src/platform/dev/update-model-catalogs.php#L171
There is a "merge" parameter that is true.
Question:
What are your thoughts? Should I prepare a PR....