Spaces:
Sleeping
Sleeping
robgenesis
commited on
Adjust prompt
Browse files
app.py
CHANGED
@@ -58,8 +58,8 @@ def create_prompt(farmSize, cultures):
|
|
58 |
"""
|
59 |
for i, culture in enumerate(cultures):
|
60 |
prompt += f"Parcel {i+1} most recently grew {culture}."
|
61 |
-
prompt += """I need you to answer in French formulating a concise table with the crops you want to grow and by parcel, and predicting
|
62 |
-
Réponds en français en formulant un tableau concis avec les cultures que tu veux cultiver et par parcelle, et en prévoyant le revenu par hectare selon le scénario demandé (moyen, pessimiste ou optimiste. Par défaut : moyen).\n"
|
63 |
"""
|
64 |
return prompt
|
65 |
|
|
|
58 |
"""
|
59 |
for i, culture in enumerate(cultures):
|
60 |
prompt += f"Parcel {i+1} most recently grew {culture}."
|
61 |
+
prompt += """I need you to answer in French formulating a concise table with the crops you want to grow and by parcel, and predicting gross margin per hectare according to the scenario asked for (mean, pessimistic or optimistic. Default: mean).
|
62 |
+
Réponds en français en formulant un tableau concis avec les cultures que tu veux cultiver et par parcelle, et en prévoyant le revenu et coûts par hectare selon le scénario demandé (moyen, pessimiste ou optimiste. Par défaut : moyen).\n"
|
63 |
"""
|
64 |
return prompt
|
65 |
|