Acasset45654 commited on
Commit
96b13a9
·
verified ·
1 Parent(s): 367547d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("prompt_creation_template.md")
323
- META_PROMPT_FOR_LLM_AMELIORATION_TEMPLATE = load_prompt_template("prompt_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},
 
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},