robgenesis commited on
Commit
b610783
·
verified ·
1 Parent(s): 0793dc8

Adjust prompt

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 revenue per acre 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 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