intital file restructure
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from fastapi import FastAPI
|
||||
from pydantic import BaseModel
|
||||
from identity import load_identity
|
||||
from reasoning import reason_check
|
||||
from reflection import reflect_notes
|
||||
from rag import query_rag
|
||||
@@ -28,7 +27,7 @@ class IngestRequest(BaseModel):
|
||||
# ---------------------------------------------------
|
||||
# Load identity
|
||||
# ---------------------------------------------------
|
||||
IDENTITY = load_identity()
|
||||
IDENTITY = None
|
||||
|
||||
# ---------------------------------------------------
|
||||
# Routes MUST come after app = FastAPI()
|
||||
|
||||
Reference in New Issue
Block a user