Releases: ju-bezdek/langchain-decorators
Releases Β· ju-bezdek/langchain-decorators
v0.0.12
New parameters in llm decorator
support for llm_selector_rule_key to sub selection of LLM's to for consideration during selection. This enables you to enforce pick only some models (like GPT4 for instance) for particular prompts, or even for particular runs
support for function_source and memory_source to point pick properties/attributes of the instance prompt is bound to (aka self) as a source of functions and memories, so we won't need to send pass it in every time
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
- fix #2 - incorrect default LLM initialization enforcing OPENAI_API_KEY check
(shoutout to @lukestanley who fixed it using Anthropic's LLM :) - better pydantic and markdown output parser... now can self fix casing problems with keys (i.e. field in schema is "ceo_salary", now will accept "CEO salary" as well as "CeoSalary" and any other variations)