kyunghei / Timeless-Tales

A web application utilizing AI to create custom choose-your-own-adventure stories with dynamic choices/outcomes and relevant artwork.
2 stars 0 forks source link

Refactoring back-end helper functions. #31

Closed ShinyMyst closed 4 months ago

ShinyMyst commented 4 months ago

I've combined my two files into a singular file and moved it into the app file for easier access.

I did not tweak main.py to use these new files yet, so there is a bit of redundancy. I will need to update the references in main to this new file before I remove them. Thought it would be easier to break this into two requests to avoid making either pull request too large.

Some other changes