Initial version of app
Some checks failed
Build & Release / build-docker-image (push) Failing after 4m15s
Build & Release / deploy-to-production (push) Has been skipped

This commit is contained in:
2026-02-13 18:18:14 +01:00
commit ba97013c27
22 changed files with 1356 additions and 0 deletions

0
app/ai/__init__py Normal file
View File

2
app/ai/prompts.py Normal file
View File

@@ -0,0 +1,2 @@
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"