auto-draft / initialization.py
shaocongma
Reformat LLM interaction logic. Update prompts.
1457d21
raw history blame
No virus
126 Bytes
"""Generate necessary components of prompts. """
from utils.prompts import SYSTEM
def get_keywords(model, title):
pass