add OPENAI_RESPONSES_MODEL_ID to readme so users know which env var to set to use the responses api (#535)

This commit is contained in:
Victor Dibia
2025-08-29 18:29:40 +02:00
committed by GitHub
Unverified
parent 1ed46e41a7
commit cc7fb43fde
+3
View File
@@ -1,6 +1,7 @@
# Get Started with Microsoft Agent Framework
Highlights
- Flexible Agent Framework: build, orchestrate, and deploy AI agents and multi-agent systems
- Multi-Agent Orchestration: Group chat, sequential, concurrent, and handoff patterns
- Plugin Ecosystem: Extend with native functions, OpenAPI, Model Context Protocol (MCP), and more
@@ -22,6 +23,7 @@ pip install agent-framework[azure,foundry]
```
Supported Platforms:
- Python: 3.10+
- OS: Windows, macOS, Linux
@@ -32,6 +34,7 @@ Set as environment variables, or create a .env file at your project root:
```bash
OPENAI_API_KEY=sk-...
OPENAI_CHAT_MODEL_ID=...
OPENAI_RESPONSES_MODEL_ID=...
...
AZURE_OPENAI_API_KEY=...
AZURE_OPENAI_ENDPOINT=...