jeff3071 commented on PR #71437: URL: https://github.com/apache/airflow/pull/71437#issuecomment-5617161683
Provider kwargs are now selected from each model's provider prefix instead of the hook type. This ensures an embedding model receives the correct credentials and options even when its provider differs from the LLM provider. Connection caching is now keyed by connection ID. **Additional fix** Models using the `gateway/<provider>:<model>` format are now created through `gateway_provider()` instead of a regular provider class, preserving Pydantic AI Gateway authentication and routing. See the [Pydantic AI Gateway documentation](https://pydantic.dev/docs/ai/overview/gateway/). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
