Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Nov 12, 2023
1 parent 4053d55 commit ac7a4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/server.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from pathlib import Path
from typing import Optional

import orjson
Expand All @@ -6,7 +7,6 @@
from gizmo_agent import agent, ingest_runnable
from langchain.schema.runnable import RunnableConfig
from langserve import add_routes
from pathlib import Path

from app.storage import (
get_thread_messages,
Expand Down

0 comments on commit ac7a4de

Please sign in to comment.