We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36eb0b commit c16a69dCopy full SHA for c16a69d
src/agentlab/llm/huggingface_utils.py
@@ -7,7 +7,6 @@
7
8
from agentlab.llm.base_api import AbstractChatModel
9
from agentlab.llm.prompt_templates import PromptTemplate, get_prompt_template
10
-from agentlab.llm.llm_utils import Discussion
11
12
13
class HFBaseChatModel(AbstractChatModel):
0 commit comments