Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: incorrect argument structure in Groq_Client.init() (#1122)
when calling BaseLLMModel.init() in Groq_Client.init(), the last argument should be `config={"api_key":api_key}`, instead of `api_key=api_key`
- Loading branch information