mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-05-19 16:12:30 +00:00
fix(heartbeat): remove unused runtime import
This commit is contained in:
parent
112f40ad67
commit
af26ed0041
@ -9,7 +9,7 @@ from typing import Any, Callable, Coroutine
|
||||
from loguru import logger
|
||||
|
||||
from nanobot.providers.base import LLMProvider
|
||||
from nanobot.utils.llm_runtime import LLMRuntime, LLMRuntimeResolver, static_llm_runtime
|
||||
from nanobot.utils.llm_runtime import LLMRuntimeResolver, static_llm_runtime
|
||||
|
||||
_HEARTBEAT_TOOL = [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user