refactor: remove memory usage instructions from system prompts for clarity
This commit is contained in:
parent
40a7af7526
commit
de7c0930ed
2 changed files with 0 additions and 3 deletions
|
|
@ -85,7 +85,6 @@ def get_system_prompt(
|
|||
"If instructed to generate a template then leave spaces with '____' in the content. Do not add arbitrary content, just add fillers."
|
||||
"**Never give out chinese text/content.**\n"
|
||||
"**Search web to get latest information about the topic**\n"
|
||||
"**Use Memory if available should be used to make presentation more personalized and engaging.**\n"
|
||||
"User instruction should always be followed and should supercede any other instruction, except for slide numbers."
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ from models.presentation_structure_model import PresentationStructureModel
|
|||
|
||||
STRUCTURE_FROM_SLIDES_MARKDOWN_SYSTEM_PROMPT = """
|
||||
You will be given available slide layouts and content for each slide.
|
||||
If any user or workspace memory (previous conversation context) is available, incorporate it when making layout selections.
|
||||
You need to select a layout for each slide based on the mentioned guidelines.
|
||||
|
||||
# Steps
|
||||
|
|
@ -57,7 +56,6 @@ You need to select a layout for each slide based on the mentioned guidelines.
|
|||
|
||||
GET_MESSAGES_SYSTEM_PROMPT = """
|
||||
You're a professional presentation designer with creative freedom to design engaging presentations.
|
||||
If any user or workspace memory (previous conversation context) is available, incorporate it when making layout and design decisions.
|
||||
|
||||
# DESIGN PHILOSOPHY
|
||||
- Create visually compelling and varied presentations
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue