Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(configure): move OpenAI client initialization into function
This commit moves the initialization of the OpenAI client into the `default_model` function. This change improves the code organization and ensures the client is only initialized when needed. It should also eliminate OpenAI API key errors.
- Loading branch information