diff --git a/chat_to_files.py b/chat_to_files.py index 741494f..6a33643 100644 --- a/chat_to_files.py +++ b/chat_to_files.py @@ -1,5 +1,3 @@ -from ast import List, Tuple -import os import re diff --git a/steps.py b/steps.py index 13ee852..970a2db 100644 --- a/steps.py +++ b/steps.py @@ -1,12 +1,7 @@ -from ast import List -from dataclasses import dataclass -from typing import Callable from ai import AI from chat_to_files import to_files -import json - from db import DBs -from db import DB + def setup_sys_prompt(dbs): return dbs.identity['setup'] + '\nUseful to know:\n' + dbs.identity['philosophy']