Files
mastobot/app/ai/prompts.py
John Ahlroos ba97013c27
Some checks failed
Build & Release / build-docker-image (push) Failing after 4m15s
Build & Release / deploy-to-production (push) Has been skipped
Initial version of app
2026-02-17 13:46:10 +01:00

3 lines
297 B
Python

TRANSLATE_ML_PROMPT= "Translate the following hashtags and delimit the output with spaces. Convert word to camel case. Do not include the original tag. Prefix each tag with the # character.: %s"
GENERATE_TAGS_PROMPT = "Generate %d hashtags from the following text and delimit them with space: %s"