Spaces:
Running
Running
Update app.py
Browse files
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.
|