Renamed system prompt to markdown file

This commit is contained in:
2024-11-03 10:53:06 +01:00
parent 4a40eabe30
commit 4bd497e1ca
2 changed files with 1 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ async def run_web_server():
base_dir = Path(__file__).parent.parent base_dir = Path(__file__).parent.parent
# Load system prompt and action schema # Load system prompt and action schema
system_prompt = (base_dir / "system_prompt.txt").read_text() system_prompt = (base_dir / "system_prompt.md").read_text()
action_schema = (base_dir / "action_schema.xsd").read_text() action_schema = (base_dir / "action_schema.xsd").read_text()
# Initialize core components # Initialize core components