Releases: chain-ml/council
Releases · chain-ml/council
v0.0.29
v0.0.28
What's Changed
- Feature update Groq costs by @Winston-503 in #201
- Feature support gemini-2.0-flash-exp by @Winston-503 in #199
- Feature refactor LLMDatasetMessage by @Winston-503 in #202
- Feature must_read_env_str by @Winston-503 in #203
- Feature CodeBlocksResponseParser.to_response_template() by @Winston-503 in #204
- Feature refactor llm function package by @Winston-503 in #200
- Feature refactor llm response by @Winston-503 in #205
- Allow empty input for LLMFunction.execute() by @Winston-503 in #206
- Release 0.0.28 by @aflament in #207
Full Changelog: v0.0.27...v0.0.28
v0.0.27
Release 0.0.27 (#198)
v0.0.26
What's Changed
- Feature update llm docs by @Winston-503 in #183
- Docs to md by @Winston-503 in #184
- Feature consumptions for self-correction by @Winston-503 in #185
- Fix yaml data installing by @Winston-503 in #182
- Feature support claude-3.5-haiku by @Winston-503 in #186
- Initial ollama implementation by @Winston-503 in #187
- Feature refactor consumption calculators by @Winston-503 in #188
- Release 0.0.26 by @aflament in #189
Full Changelog: v0.0.25...v0.0.26
v0.0.25
What's Changed
- Feature LLMMessage for LLMFunction by @Winston-503 in #175
- Feature LLMCachingMiddleware by @Winston-503 in #176
- Feature prompt caching for LLMFunctionWithPrompt by @Winston-503 in #178
- Feature add llm response to llm function by @aflament in #179
- Feature costs to consumptions by @Winston-503 in #177
- Feature yaml costs by @Winston-503 in #180
- Release 0.0.25 by @aflament in #181
Important NOTE
Installation for fixed version is currently pip uninstall council-ai + pip install git+https://github.com/chain-ml/council.git@fix-yaml-data
Full Changelog: v0.0.24...v0.0.25
v0.0.24
What's Changed
- Feature CodeParser no regex by @Winston-503 in #171
- Feature docs update by @Winston-503 in #172
- Feature LLMFileLoggingMiddleware by @Winston-503 in #173
- Release 0.0.24 by @Winston-503 in #174
Full Changelog: v0.0.23...v0.0.24
v0.0.23
What's Changed
- Support OpenAI o1- models by @Winston-503 in #164
- Update code parser regex pattern to handle empty code blocks with no whitespace by @dan-kur in #167
- Update code parser pattern to handle languages with special characters by @dan-kur in #168
- Feature Anthropic prompt caching by @Winston-503 in #166
- Feature initial response parsers by @Winston-503 in #165
- Code Clean by @aflament in #169
- Release 0.0.23 by @aflament in #170
Full Changelog: v0.0.22...v0.0.23
v0.0.22
release 0.0.22 (#162)