Nolan Zandi
refactor functions and improve llm accuracy
3d660e2
raw
history blame
119 Bytes
from pathlib import Path
current_dir = Path(__file__).parent
TEMP_DIR = current_dir / 'temp'
message_dict = {}