Spaces:
Running
Running
[email protected]
commited on
Commit
·
2718953
1
Parent(s):
3c2250f
Refactor config.yaml to comment out unused fields for localisation and certifications
Browse files- config.yaml +11 -14
config.yaml
CHANGED
@@ -59,23 +59,22 @@ variables:
|
|
59 |
key: exploitation_name
|
60 |
value: ""
|
61 |
|
62 |
-
- label: "Localisation"
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
|
68 |
- label: "Type d'activité"
|
69 |
-
nature: '
|
70 |
key: type_activite
|
71 |
-
options: [ "Cereales", "Elevage", "Equin", "Forestier", "Peche", "Viticole" ]
|
72 |
value:
|
73 |
|
74 |
-
- label: "Spécificités et/ou Certifications"
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
|
80 |
- label: "Date de création de l'entreprise"
|
81 |
nature: 'date'
|
@@ -160,9 +159,7 @@ variables:
|
|
160 |
prompt_system: "
|
161 |
Informations générales de l'exploitation agricole :
|
162 |
Nom de l'exploitation : {exploitation_name}\n\n
|
163 |
-
Localisation : {localisation}\n\n
|
164 |
Les subventions doivent servir les activités suivantes : {type_activite}\n\n
|
165 |
-
Spécificités et/ou Certifications : {specificite_certifications}\n\n
|
166 |
Date de création de l'entreprise : {date_creation}\n\n
|
167 |
Chiffre d'affaires annuel (en €) : {ca_annuel}\n\n
|
168 |
EBE (Excédent Brut d'Exploitation, en €) : {ebe}\n\n
|
|
|
59 |
key: exploitation_name
|
60 |
value: ""
|
61 |
|
62 |
+
# - label: "Localisation"
|
63 |
+
# nature: 'selectbox'
|
64 |
+
# key: localisation
|
65 |
+
# options: ["Nouvelle-Aquitaine"]
|
66 |
+
# value: "Nouvelle-Aquitaine"
|
67 |
|
68 |
- label: "Type d'activité"
|
69 |
+
nature: ''
|
70 |
key: type_activite
|
|
|
71 |
value:
|
72 |
|
73 |
+
# - label: "Spécificités et/ou Certifications"
|
74 |
+
# nature: 'multiselect'
|
75 |
+
# key: specificite_certifications
|
76 |
+
# options: ["Bio Oui Partielle", "Bio Oui Totale", "HVE (Haute Valeur Environnementale)", "TCS (Techniques Culturales Simplifiées)"]
|
77 |
+
# value:
|
78 |
|
79 |
- label: "Date de création de l'entreprise"
|
80 |
nature: 'date'
|
|
|
159 |
prompt_system: "
|
160 |
Informations générales de l'exploitation agricole :
|
161 |
Nom de l'exploitation : {exploitation_name}\n\n
|
|
|
162 |
Les subventions doivent servir les activités suivantes : {type_activite}\n\n
|
|
|
163 |
Date de création de l'entreprise : {date_creation}\n\n
|
164 |
Chiffre d'affaires annuel (en €) : {ca_annuel}\n\n
|
165 |
EBE (Excédent Brut d'Exploitation, en €) : {ebe}\n\n
|