You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(examples): use environment variables for LLM config in hello world
Allow hello world example to use the same LLM_API_KEY and LLM_BASE_URL
environment variables as other examples, enabling consistent configuration
across all examples.
Changes:
- Use os.getenv() for model with default 'openhands/claude-sonnet-4-5-20250929'
- Add base_url parameter from LLM_BASE_URL environment variable
- Add usage_id for better tracking
- Add comments about API key configuration
0 commit comments