You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"content": """description: A smartwatch with fitness tracking capabilities \n\nseed words: smart, fitness, health""",
62
63
},
63
64
]
64
-
COHERE_PROMPT="""S: You are a helpful assistant.
65
+
66
+
# flake8: noqa: E501
67
+
COHERE_PROMPT="""S: You are a helpful assistant.
65
68
U: You will be provided with a product description and seed words, and your task is to generate a list
66
69
of product names and provide a short description of the target customer for such product. The output
67
-
must be a valid JSON with attributes `names` and `target_custommer`.
68
-
A: Let\'s get started!
69
-
U: Product description: \n description: A home milkshake maker \n seed words: fast, healthy, compact
70
-
A: {\n "names": ["QuickBlend", "FitShake", "MiniMix"]\n "target_custommer": "College students that are into fitness and healthy living"\n}
71
-
U: description: A smartwatch with fitness tracking capabilities \n\nseed words: smart, fitness, health
70
+
must be a valid JSON with attributes `names` and `target_custommer`.
71
+
A: Let\'s get started!
72
+
U: Product description: \n description: A home milkshake maker \n seed words: fast, healthy, compact
73
+
A: {\n "names": ["QuickBlend", "FitShake", "MiniMix"]\n "target_custommer": "College students that are into fitness and healthy living"\n}
74
+
U: description: A smartwatch with fitness tracking capabilities \n\nseed words: smart, fitness, health
72
75
A:"""
73
76
77
+
# flake8: noqa: E501
74
78
ANTHROPIC_PROMPT=f"""{anthropic.HUMAN_PROMPT} You are a helpful assistant. {anthropic.HUMAN_PROMPT} You will be provided with a product description and seed words, and your task is to generate a list
75
79
of product names and provide a short description of the target customer for such product. The output
76
-
must be a valid JSON with attributes `names` and `target_custommer`. {anthropic.AI_PROMPT} Let\'s get started! {anthropic.HUMAN_PROMPT} Product description:
80
+
must be a valid JSON with attributes `names` and `target_custommer`. {anthropic.AI_PROMPT} Let\'s get started! {anthropic.HUMAN_PROMPT} Product description:
77
81
description: A home milkshake maker \n seed words: fast, healthy, compact {anthropic.AI_PROMPT} {{\n "names": ["QuickBlend", "FitShake", "MiniMix"]\n "target_custommer": "College students that are into fitness and healthy living"\n}} {anthropic.HUMAN_PROMPT} description: A smartwatch with fitness tracking capabilities \n\nseed words: smart, fitness, health {anthropic.AI_PROMPT}"""
0 commit comments