We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98b031 commit 4a770ceCopy full SHA for 4a770ce
README.md
@@ -19,7 +19,7 @@ Tracing is done through Pydantic Logfire.
19
- Add `GEMINI_API_KEY` and/or `OPENAI_API_KEY`
20
- Individual scripts can be adjusted to use models from any provider supported by the specifi framework
21
- By default only [basic_mcp_use/oai-agent_mcp.py](basic_mcp_use/oai-agent_mcp.py) requires `OPENAI_API_KEY`
22
- - All other scripts require `GEMINI_API_KEY`
+ - All other scripts require `GEMINI_API_KEY` (Free tier key can be created at https://aistudio.google.com/apikey)
23
- [Optional] Add `LOGFIRE_TOKEN` to visualise evaluations in Logfire web ui
24
25
Run an Agent framework script e.g.:
0 commit comments