From b1bf68fde4832cb08e27baf898d501762606ffc7 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 8 Jan 2024 18:49:39 -0800 Subject: [PATCH] 0.0.10 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df6231bb4..37be4a254 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,7 @@ async for output in chain.astream_log( elif op["path"].startswith("/logs/") and op["path"].endswith( "/streamed_output/-" ): - # these are tokens from the LLM + # because we chose to only include LLMs, these are LLM tokens print(op["value"]) ``` diff --git a/pyproject.toml b/pyproject.toml index ef26aae4b..d24ebd372 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.0.9" +version = "0.0.10" description = "langgraph" authors = [] license = "LangGraph License"