llmscanner / app_constants.py
agutfraind's picture
uploading docs
7baa084
raw
history blame
160 Bytes
'''
file for
- canned prompts
- constants (other than secrets)
'''
canned_questions = [
"When was Paul Graham born?",
"What was his first startup?"
]