Commit Graph

  • b8e3fe7e75 This branch with celery async workers has no code errors, but running a GPT thread on the celery worker causes a SIGFAULT failure. Need to try this on a server instead of my local machine to see if it will run without failing. If it still fails, then I need to separate my async tasks and the flask app with the tasks dumping into the db and flask just pulling out of the DB. pprinted_celery_setup Normanras 2023-12-07 17:25:43 -05:00
  • adba1147ca Okay, this branch has become a mess. Opening a new branch with a semi-working celery setup and then will add in my routes and html pages. This branch has reached it's deadend store_in_db Normanras 2023-12-07 17:22:21 -05:00
  • 297ff41900 Needed to freeze requirements.txt to load on another machine. Norm Rasmussen 2023-12-04 13:44:44 -05:00
  • e1c61bec3d Got the database setup and am able to pull a random word from the query. I can read the themes table and have the async functions setup, but not yet working as expected. There are a few test scripts in there that need to be cleaned up before pushing to main. Norm Rasmussen 2023-12-04 13:42:06 -05:00
  • df49bc9b26 Got the database setup and am able to pull a random word from the query. I can read the themes table and have the async functions setup, but not yet working as expected. There are a few test scripts in there that need to be cleaned up before pushing to main. Norm Rasmussen 2023-12-04 13:32:48 -05:00
  • 275d683044 Added loading svg, but it needs to by stylized and updated for better placement. Despite some changes to routes.py to improve the gpt4all efficiency, it is still 80-95 seconds before it generates a response. I might have to start generating responses in a DB on the first page load so that the UI/UX is faster. main root 2023-12-02 03:35:06 +00:00
  • 7793dc88fa Got modal to open and close successfully without refreshing the page, bringing this closer to a SPA. Fixed some small styling on the modal. Normanras 2023-11-29 22:31:24 -05:00
  • 74306d606c Requirements file was incorrect. Pushing back up with correct list. Norm Rasmussen 2023-11-29 15:58:22 -05:00
  • 85b64ef859 Created two pages - a single click SPA page and then the option to customize each param. Created modal and the data gets loaded into the modal, but styling needs to be updated. Norm Rasmussen 2023-11-28 18:58:50 -05:00
  • 10eb273b87 Initial commit with the basic bones of the app and webpage up. Need to fill in the functions and routing next. Norm Rasmussen 2023-11-27 17:11:56 -05:00