Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
genai: do not fail with custom HTTP client (#81)
If there is no WithAPIKey option, we were returning an error. But it's possible that the user provided an alternative HTTP client that does auth, so don't return an error in that case. Fixes #80.
- Loading branch information