Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
s-jse committed Dec 12, 2024
1 parent 98cdc67 commit bb1dcac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="chainlite",
version="0.3.2",
version="0.3.3",
author="Sina Semnani",
author_email="sinaj@cs.stanford.edu",
description="A Python package that uses LangChain and LiteLLM to call large language model APIs easily",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_llm_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ async def test_batching():
response = await llm_generation_chain(
template_file="tests/joke.prompt",
engine=test_engine,
max_tokens=100,
max_tokens=10,
temperature=0.1,
progress_bar_desc="test2",
).abatch(chain_inputs)
Expand Down

0 comments on commit bb1dcac

Please sign in to comment.