Files
crewAI/lib
Greyson LaLonde 77e66647b0 test: update test_create_llm_openai_missing_api_key for lazy init
`LLM(model="gpt-4o")` no longer raises at construction when
`OPENAI_API_KEY` is missing — the descriptive error now surfaces when
the client is actually built. Update the test to assert that contract:
`create_llm` succeeds, and `llm._get_sync_client()` raises.
2026-04-12 04:42:19 +08:00
..
2026-04-10 21:51:51 +08:00