mirror of
https://github.com/langgenius/dify.git
synced 2026-04-22 11:47:40 +08:00
refactor(api): move model_runtime into dify_graph (#32858)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
from collections.abc import Mapping, Sequence
|
||||
from typing import Any, Protocol
|
||||
|
||||
from core.model_runtime.entities.llm_entities import LLMUsage
|
||||
from dify_graph.model_runtime.entities.llm_entities import LLMUsage
|
||||
from dify_graph.system_variable import SystemVariableReadOnlyView
|
||||
from dify_graph.variables.segments import Segment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user