mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-04-29 12:00:00 +00:00
cleanup logs
This commit is contained in:
parent
a2123d03b0
commit
42b9b2da07
2 changed files with 0 additions and 4 deletions
|
|
@ -6,7 +6,6 @@ from langchain_core.runnables import (
|
|||
RunnableConfig,
|
||||
)
|
||||
from langgraph.graph import END, START, StateGraph
|
||||
from loguru import logger
|
||||
from typing_extensions import Annotated, TypedDict
|
||||
|
||||
from open_notebook.graphs.utils import run_pattern
|
||||
|
|
@ -33,7 +32,6 @@ def call_model(state: dict, config: RunnableConfig) -> dict:
|
|||
}
|
||||
current_transformation = "patterns/custom"
|
||||
|
||||
logger.debug(f"Using input: {input_args}")
|
||||
transformation_result = run_pattern(
|
||||
pattern_name=current_transformation,
|
||||
model_name=model_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue