File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ AZURE_OPENAI_MODEL_REASONING="o4-mini"
2222
2323# # Azure AI Foundry
2424AZURE_AI_FOUNDRY_INFERENCE_ENDPOINT = " https://xxx.services.ai.azure.com/api/projects/xxx"
25- AZURE_AI_FOUNDRY_INFERENCE_CREDENTIAL = " xxx "
25+ AZURE_AI_FOUNDRY_INFERENCE_API_VERSION = " 2025-04-01-preview "
2626AZURE_AI_FOUNDRY_INFERENCE_MODEL_CHAT = " gpt-5"
2727
2828# # Ollama Settings
Original file line number Diff line number Diff line change 77
88class Settings (BaseSettings ):
99 azure_ai_foundry_inference_endpoint : str = "https://xxx.services.ai.azure.com/api/projects/xxx"
10- azure_ai_foundry_inference_credential : str = "<YOUR_CREDENTIAL>"
1110 azure_ai_foundry_inference_api_version : str = "2025-04-01-preview"
1211 azure_ai_foundry_inference_model_chat : str = "gpt-5"
1312
You can’t perform that action at this time.
0 commit comments