mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: Added Ollama example using OpenAIChatClient (#1100)
* Added Ollama example using OpenAIChatClient * Small improvement
This commit is contained in:
committed by
GitHub
Unverified
parent
79def868b6
commit
c7f20c8ec5
@@ -21,6 +21,9 @@ COPILOTSTUDIOAGENT__AGENTAPPID=""
|
||||
# Anthropic
|
||||
ANTHROPIC_API_KEY=""
|
||||
ANTHROPIC_MODEL=""
|
||||
# Ollama
|
||||
OLLAMA_ENDPOINT=""
|
||||
OLLAMA_MODEL=""
|
||||
# Observability
|
||||
ENABLE_OTEL=true
|
||||
ENABLE_SENSITIVE_DATA=true
|
||||
|
||||
Reference in New Issue
Block a user