lite llm lint (#9208)

pull/9207/head^2
Bagatur 1 year ago committed by GitHub
parent 49f1d8477c
commit b5a57acf6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ from typing import (
Union,
)
from pydantic import BaseModel, Field, root_validator
from pydantic_v1 import Field, root_validator
from langchain.callbacks.manager import (
AsyncCallbackManagerForLLMRun,
@ -186,7 +186,7 @@ def _convert_message_to_dict(message: BaseMessage) -> dict:
return message_dict
class ChatLiteLLM(BaseChatModel, BaseModel):
class ChatLiteLLM(BaseChatModel):
"""Wrapper around the LiteLLM Model I/O library.
To use you must have the google.generativeai Python package installed and

Loading…
Cancel
Save