-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v0.1.5] Add LLM caching, audio support, tree-of-thoughts and virtual…
… tool example, ... - Add persistent Database for caching LLM calls - Support Audio as part of the prompt - Support using `gen` outside `ppl` function, similar usage as litellm's `completion` - Add example reimplementing tree-of-thoughts with parallelization (6x speedup) - Add example for (simplified) emulate tools using LLMs and function docstring - Allow using schema dict to specify available tools for LLMs - Allow specifying docstring as `SystemMessage` in the `ppl` decorator function - Simplified the example for defining concepts in prompts - Add tests for caching and `gen` outside `ppl` function - some re-organize for imports
- Loading branch information
Showing
43 changed files
with
2,999 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.