GST_LIVING_NOVEL / plot_extract /timeline_extract.py
atad-tokyo's picture
Add files using upload-large-folder tool
08bfbca verified
Raw
History Blame Contribute Delete
289 Bytes
import re
import os
import json
import json_repair
import sys
import argparse
# Local Qwen is incapable of handling this, only use claude
project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
sys.path.insert(0, project_root)
from chatbot_api import llm_factory