Skip to content

Commit

Permalink
v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-bezdek committed Apr 2, 2024
1 parent dcee7c2 commit 6dce798
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,7 @@ New parameters in llm decorator
-

## Version 0.5.4 (2024-02-14)
- add new models that support response_format="json"
- add new models that support response_format="json"

## Version 0.5.4 (2024-04-02)
- minor improvement in JSON output parser
2 changes: 1 addition & 1 deletion src/langchain_decorators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .function_decorator import llm_function, get_function_schema
from .chains import FunctionsProvider, FollowupHandle

__version__ = "0.5.4"
__version__ = "0.5.5"

0 comments on commit 6dce798

Please sign in to comment.