WIP - Streamlit UI, Porting CLI

This commit is contained in:
ajaysi
2024-06-09 09:19:24 +05:30
parent 11aa649145
commit f2fa8cfb47
6 changed files with 529 additions and 991 deletions

View File

@@ -8,11 +8,11 @@
#########################################################
# imports
import os
import sys
import datetime
import openai # OpenAI Python library to make API calls
import os # used to access filepaths
from loguru import logger
logger.remove()
logger.add(sys.stdout,