jeff3071 commented on code in PR #73024:
URL: https://github.com/apache/airflow/pull/73024#discussion_r3998551328


##########
providers/common/ai/docs/connections/pydantic_ai.rst:
##########
@@ -60,7 +60,7 @@ Host (optional)
 
     - Ollama: ``http://localhost:11434/v1``
     - vLLM: ``http://localhost:8000/v1``
-    - Azure OpenAI: 
``https://<resource>.openai.azure.com/openai/deployments/<deployment>``
+    - Azure OpenAI: ``https://<resource>.openai.azure.com``

Review Comment:
   Update all `https://<resource>.openai.azure.com` to 
`https://<resource>.openai.azure.com/openai/v1`.
   And note that `api-version` is no need for V1 API.



-- 
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]

Reply via email to