Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary PathBuf usage in set_openai_api_key.rs (#139)
- Changed the way the configuration path is constructed by directly using the home directory. - Removed the import of PathBuf as it is no longer needed, simplifying the code.
- Loading branch information