Skip to content

Commit 12759e2

Browse files
committed
remove parameters
1 parent 912096b commit 12759e2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ AZURE_OPENAI_MODEL_REASONING="o4-mini"
2222

2323
## Azure AI Foundry
2424
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"
2626
AZURE_AI_FOUNDRY_INFERENCE_MODEL_CHAT="gpt-5"
2727

2828
## Ollama Settings

template_langgraph/llms/azure_ai_foundrys.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
class 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

0 commit comments

Comments
 (0)