Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH] multiple api keys support (#3118)
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes Allow multiple openAI API keys #2979 Removed direct assignment to global openai.api_key to prevent unintended side effects. ## Test plan *How are these changes tested?* - [ ] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust It seems that `cargo test` is failing due to a build issue. #2294 Both `pytest` and `yarn test` succeed. ## Documentation Changes *Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the [docs repository](https://github.com/chroma-core/docs)?*
- Loading branch information