Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkang111 committed Jun 7, 2024
1 parent 2810aa6 commit 31567f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ads/llm/langchain/plugins/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@

# Copyright (c) 2023, 2024 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
import logging
from typing import Any, Dict, List, Optional

from langchain.llms.base import LLM
from langchain.pydantic_v1 import BaseModel, Field, root_validator

from ads import logger
from ads.common.auth import default_signer
from ads.config import COMPARTMENT_OCID

logger = logging.getLogger(__name__)


class BaseLLM(LLM):
"""Base OCI LLM class. Contains common attributes."""
Expand Down

0 comments on commit 31567f0

Please sign in to comment.