From 3287e3f76d9c5eba524df7d4fc3afae9665381de Mon Sep 17 00:00:00 2001 From: ForeverPyrite Date: Fri, 27 Sep 2024 23:26:07 -0400 Subject: [PATCH] updated hardcoded assistant ID --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3746838..91b47d9 100644 --- a/main.py +++ b/main.py @@ -51,7 +51,7 @@ client = OpenAI( ) # screw bardo assistant that is configured to make notes and 5Q&A based on any given YouTube Transcript -asst_screw_bardo_id = "asst_KsEI7n5ZxMcHG6HTJmvbFFhe" +asst_screw_bardo_id = "asst_JGFaX6uOIotqy5mIJnu3Yyp7" # uhh no we need a new thread each time tf # make sure to call the function after the transcript is confirmed to work, it would be very stupid to call the function and make a new thread this early