FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
agent-framework/python/.env.example at main · dotNetTreasury/agent-framework · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
dotNetTreasury
/
agent-framework
Public
forked from
microsoft/agent-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
agent-framework
/
python
/
.env.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
50 lines (50 loc) · 1.45 KB
Breadcrumbs
agent-framework
/
python
/
.env.example
Copy path
File metadata and controls
50 lines (50 loc) · 1.45 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#
Microsoft Foundry
FOUNDRY_PROJECT_ENDPOINT
=
"
"
#
Model used for FoundryChatClient
FOUNDRY_MODEL
=
"
"
#
Foundry Agents (prompt or hosted agents)
FOUNDRY_AGENT_NAME
=
"
"
FOUNDRY_AGENT_VERSION
=
"
"
#
Microsoft Foundry Models endpoint, used by embeddings
FOUNDRY_MODELS_ENDPOINT
=
"
"
FOUNDRY_MODELS_API_KEY
=
"
"
FOUNDRY_EMBEDDING_MODEL
=
"
"
FOUNDRY_IMAGE_EMBEDDING_MODEL
=
"
"
#
Bing connection for web search (optional, used by samples with web search)
BING_CONNECTION_ID
=
"
"
#
Azure AI Search (optional, used by AzureAISearchContextProvider samples)
AZURE_SEARCH_ENDPOINT
=
"
"
AZURE_SEARCH_API_KEY
=
"
"
AZURE_SEARCH_INDEX_NAME
=
"
"
AZURE_SEARCH_SEMANTIC_CONFIG
=
"
"
AZURE_SEARCH_KNOWLEDGE_BASE_NAME
=
"
"
#
Note: For agentic mode Knowledge Bases, also set AZURE_OPENAI_ENDPOINT below
#
(different from AZURE_AI_PROJECT_ENDPOINT - Knowledge Base needs OpenAI endpoint for model calls)
#
OpenAI
OPENAI_API_KEY
=
"
"
OPENAI_CHAT_COMPLETION_MODEL
=
"
"
OPENAI_CHAT_MODEL
=
"
"
#
Azure OpenAI
AZURE_OPENAI_ENDPOINT
=
"
"
AZURE_OPENAI_CHAT_COMPLETION_MODEL
=
"
"
AZURE_OPENAI_CHAT_MODEL
=
"
"
#
Mem0
MEM0_API_KEY
=
"
"
#
Copilot Studio
COPILOTSTUDIOAGENT__ENVIRONMENTID
=
"
"
COPILOTSTUDIOAGENT__SCHEMANAME
=
"
"
COPILOTSTUDIOAGENT__TENANTID
=
"
"
COPILOTSTUDIOAGENT__AGENTAPPID
=
"
"
#
Anthropic
ANTHROPIC_API_KEY
=
"
"
ANTHROPIC_MODEL
=
"
"
#
Google Gemini
GEMINI_API_KEY
=
"
"
GEMINI_MODEL
=
"
"
#
Ollama
OLLAMA_ENDPOINT
=
"
"
OLLAMA_MODEL
=
"
"
#
Observability
ENABLE_INSTRUMENTATION
=
true
ENABLE_SENSITIVE_DATA
=
true
OTEL_EXPORTER_OTLP_ENDPOINT
=
"
http://localhost:4317/
"
Back
|
FazBrowse Home
|
New Git URL