File size: 126 Bytes
1457d21
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""Generate necessary components of prompts. """
from utils.prompts import SYSTEM

def get_keywords(model, title):
    pass