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"
22
22
23
23
# # Azure AI Foundry
24
24
AZURE_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 "
26
26
AZURE_AI_FOUNDRY_INFERENCE_MODEL_CHAT = " gpt-5"
27
27
28
28
# # Ollama Settings
Original file line number Diff line number Diff line change 7
7
8
8
class Settings (BaseSettings ):
9
9
azure_ai_foundry_inference_endpoint : str = "https://xxx.services.ai.azure.com/api/projects/xxx"
10
- azure_ai_foundry_inference_credential : str = "<YOUR_CREDENTIAL>"
11
10
azure_ai_foundry_inference_api_version : str = "2025-04-01-preview"
12
11
azure_ai_foundry_inference_model_chat : str = "gpt-5"
13
12
You can’t perform that action at this time.
0 commit comments