yxmnjxzx commited on
Commit
d4d7ab9
·
verified ·
1 Parent(s): 1f0f2f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from variables import *
12
  logger = logging.getLogger(__name__)
13
 
14
  # Add system prompt generation meta prompt
15
- SYSTEM_META_PROMPT = = """
16
  Given a task description or existing prompt, produce a detailed system prompt to guide a language model in completing the task effectively.
17
  # Guidelines
18
  - Understand the Task: Grasp the main objective, goals, requirements, constraints, and expected output.
 
12
  logger = logging.getLogger(__name__)
13
 
14
  # Add system prompt generation meta prompt
15
+ SYSTEM_META_PROMPT = """
16
  Given a task description or existing prompt, produce a detailed system prompt to guide a language model in completing the task effectively.
17
  # Guidelines
18
  - Understand the Task: Grasp the main objective, goals, requirements, constraints, and expected output.