Following 'Master AI Agents...' course on Udemy from Ed Donner.
Requires python 3.12
From the terminal uv self update to get latest version of uv. Then un uv sync.
Open AI:
- Create an OpenAI account at https://platform.openai.com/. disable automatic rechage
- Create your API key from https://platform.openai.com/api-keys
- Add it to .env file as
OPENAI_API_KEY=. *Ensure .env is not checked-in as it will expose senstive keys
Anthropic and Google Repeae above to fill in
GOOGLE_API_KEY=xxxx
ANTHROPIC_API_KEY=xxxx