cookbook/90_models/openai/chat/README.md
Note: Fork and clone this repository if needed
python3 -m venv ~/.venvs/aienv
source ~/.venvs/aienv/bin/activate
OPENAI_API_KEYexport OPENAI_API_KEY=***
uv pip install -U openai ddgs duckdb yfinance agno
python cookbook/92_models/openai/basic_stream.py
python cookbook/92_models/openai/basic.py
python cookbook/92_models/openai/tool_use.py
python cookbook/92_models/openai/structured_output.py
python cookbook/92_models/openai/memory.py
python cookbook/92_models/openai/storage.py
python cookbook/92_models/openai/knowledge.py
python cookbook/92_models/openai/generate_images.py
python cookbook/92_models/openai/image_agent.py
or
python cookbook/92_models/openai/image_agent_with_memory.py
python cookbook/92_models/openai/audio_input_agent.py
python cookbook/92_models/openai/audio_output_agent.py