Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-bezdek committed Nov 25, 2023
1 parent 8d5e9c2 commit 7d6d7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ New parameters in llm decorator
- few bug fixes

## Version 0.4.0 (2023-11-25)
- Input kwargs augmentations by implementing the llm_prompt function (checkout example: [code_examples/augmenting_llm_prompt_inputs.py](https://github.com/ju-bezdek/langchain-decorators/code_examples/augmenting_llm_prompt_inputs.py) )
- Input kwargs augmentations by implementing the llm_prompt function (checkout example: [code_examples/augmenting_llm_prompt_inputs.py](https://github.com/ju-bezdek/langchain-decorators/blob/main/code_examples/augmenting_llm_prompt_inputs.py) )
- support for automatic json fix using if `json_repair` is installed
(*not even OpenAI JSON format is not yet perfect*)

0 comments on commit 7d6d7ad

Please sign in to comment.