vertexai[patch]: support model
param
#246
Annotations
8 errors
Analysing the code with our lint:
libs/vertexai/langchain_google_vertexai/llms.py#L3
langchain_google_vertexai/llms.py:3:32: F401 `concurrent.futures.Executor` imported but unused
|
Analysing the code with our lint:
libs/vertexai/langchain_google_vertexai/llms.py#L4
langchain_google_vertexai/llms.py:4:40: F401 `typing.ClassVar` imported but unused
|
Analysing the code with our lint:
libs/vertexai/langchain_google_vertexai/llms.py#L6
langchain_google_vertexai/llms.py:6:8: F401 `vertexai` imported but unused
|
Analysing the code with our lint:
libs/vertexai/langchain_google_vertexai/llms.py#L35
langchain_google_vertexai/llms.py:35:5: F401 `langchain_google_vertexai._base._PALM_DEFAULT_MAX_OUTPUT_TOKENS` imported but unused
|
Analysing the code with our lint:
libs/vertexai/langchain_google_vertexai/llms.py#L36
langchain_google_vertexai/llms.py:36:5: F401 `langchain_google_vertexai._base._PALM_DEFAULT_TEMPERATURE` imported but unused
|
Analysing the code with our lint:
libs/vertexai/langchain_google_vertexai/llms.py#L37
langchain_google_vertexai/llms.py:37:5: F401 `langchain_google_vertexai._base._PALM_DEFAULT_TOP_K` imported but unused
|
Analysing the code with our lint:
libs/vertexai/langchain_google_vertexai/llms.py#L38
langchain_google_vertexai/llms.py:38:5: F401 `langchain_google_vertexai._base._PALM_DEFAULT_TOP_P` imported but unused
|
Analysing the code with our lint
Process completed with exit code 2.
|
Loading