mikavehns / BookGPT

Writes complete books with given paramters, using GPT-3.
MIT License
353 stars 66 forks source link

[Errno 2] No such file or directory: 'config.json' #22

Closed DingDong118 closed 1 year ago

DingDong118 commented 1 year ago

Not sure where I screwed up here. Any suggestions or ideas would be appreciated. Thank you.

Error1 Error2
DingDong118 commented 1 year ago

Problem resolved. I just have to move the config.json file from the src folder to the main folder and run the run.py again.

Fixed