Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -319,8 +319,8 @@ def load_prompt_template(filename):
|
|
| 319 |
return "# MISSION\nVous êtes un assistant IA. Veuillez traiter la demande suivante: {problematique}"
|
| 320 |
|
| 321 |
# Load prompt templates from external files
|
| 322 |
-
META_PROMPT_FOR_EXTERNAL_LLM_TEMPLATE = load_prompt_template("
|
| 323 |
-
META_PROMPT_FOR_LLM_AMELIORATION_TEMPLATE = load_prompt_template("
|
| 324 |
|
| 325 |
ASSISTANT_FORM_VARIABLES = [
|
| 326 |
{"name": "problematique", "label": "Décrivez le besoin ou la tâche que le prompt cible doit résoudre :", "type": "text_area", "default": "", "height": 100},
|
|
|
|
| 319 |
return "# MISSION\nVous êtes un assistant IA. Veuillez traiter la demande suivante: {problematique}"
|
| 320 |
|
| 321 |
# Load prompt templates from external files
|
| 322 |
+
META_PROMPT_FOR_EXTERNAL_LLM_TEMPLATE = load_prompt_template("AIBprompt_creation_template.md")
|
| 323 |
+
META_PROMPT_FOR_LLM_AMELIORATION_TEMPLATE = load_prompt_template("AIBprompt_improvement_template.md")
|
| 324 |
|
| 325 |
ASSISTANT_FORM_VARIABLES = [
|
| 326 |
{"name": "problematique", "label": "Décrivez le besoin ou la tâche que le prompt cible doit résoudre :", "type": "text_area", "default": "", "height": 100},
|