Skip to content

Commit

Permalink
Fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHC committed Dec 27, 2023
1 parent df861ad commit 4d7f369
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llm_strategy/adapters.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from typing import Any, Dict, List, Optional, override
from typing import Any, Dict, List, Optional

from langchain.chat_models.base import BaseChatModel
from langchain.llms import BaseLLM
from langchain.schema import AIMessage, BaseMessage, ChatMessage, ChatResult, LLMResult
from typing_extensions import override


class ChatModelAsLLM(BaseLLM):
Expand Down

0 comments on commit 4d7f369

Please sign in to comment.