tweak url

This commit is contained in:
Josh Hawkins 2025-10-18 07:15:25 -05:00
parent 1273a04631
commit d161fd72d9

View File

@ -151,7 +151,7 @@ To start using Azure OpenAI, you must first [create a resource](https://learn.mi
genai: genai:
enabled: True enabled: True
provider: azure_openai provider: azure_openai
base_url: https://example-endpoint.openai.azure.com/openai/deployments/gpt-4o/chat/completions?api-version=2023-03-15-preview base_url: https://instance.cognitiveservices.azure.com/openai/responses?api-version=2025-04-01-preview
model: gpt-5-mini model: gpt-5-mini
api_key: "{FRIGATE_OPENAI_API_KEY}" api_key: "{FRIGATE_OPENAI_API_KEY}"
``` ```