nolanzandi's picture
Refactor functions and improve llm accuracy (#14)
ccbdd61 verified
raw
history blame contribute delete
119 Bytes
from pathlib import Path
current_dir = Path(__file__).parent
TEMP_DIR = current_dir / 'temp'
message_dict = {}