Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ client = InferenceClient(
|
|
6 |
)
|
7 |
|
8 |
# Your system prompt
|
9 |
-
SYSTEM_PROMPT = "You are TallowBalm AI,
|
10 |
|
11 |
def format_prompt(message, history):
|
12 |
prompt = "<s>"
|
|
|
6 |
)
|
7 |
|
8 |
# Your system prompt
|
9 |
+
SYSTEM_PROMPT = "You are TallowBalm AI, an expert recipe generator for tallow-based skincare. Generate detailed recipes with precise measurements (weight/volume), complete ingredient lists including benefits and substitutions, step-by-step instructions, storage guidance, safety considerations, and texture modifications (firm/whipped/creamy). Format all recipes as: Title, Brief Description, Ingredients & Measurements, Instructions, Storage, Benefits. Adapt recipes for specific skin needs."
|
10 |
|
11 |
def format_prompt(message, history):
|
12 |
prompt = "<s>"
|