Initial version of app
This commit is contained in:
0
app/ai/__init__py
Normal file
0
app/ai/__init__py
Normal file
2
app/ai/prompts.py
Normal file
2
app/ai/prompts.py
Normal 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"
|
||||
Reference in New Issue
Block a user