Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: segfault when OpenAI API key not provided
If an OpenAI API key is not provided, and the OpenAI backend is used, a segmentation fault occurs. The code that verified the existence of the key was not updated to recent changes in the project. This commit fixes the issue. Resolves: #84
- Loading branch information