bump version to 219 (#6899)

pull/6903/head v0.0.219
Harrison Chase 1 year ago committed by GitHub
parent 6370808d41
commit 8502117f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,6 +141,7 @@ class VertexAI(_VertexAICommon, LLM):
prompt: str,
stop: Optional[List[str]] = None,
run_manager: Optional[AsyncCallbackManagerForLLMRun] = None,
**kwargs: Any,
) -> str:
"""Call Vertex model to get predictions based on the prompt.

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.0.218"
version = "0.0.219"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"

Loading…
Cancel
Save