Skip to content

Commit

Permalink
Merge branch 'main' into better-caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmjl authored Sep 19, 2024
2 parents 11d77f0 + d4a8b15 commit 12f9852
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.2
current_version = 0.6.3
commit = True
tag = True

Expand Down
16 changes: 16 additions & 0 deletions docs/releases/v0.6.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Version 0.6.3

This release includes updates to caching documentation and configuration, as well as improvements to the llamabot feature.

### New Features

- Enhanced caching documentation and configuration: Added a caching section in README.md for configuration and environment variable usage, and updated cache.py to set cache timeout based on an environment variable. (103b7af) (Eric Ma)
- Updated model names and enhanced cache timeout: Added a comprehensive list of model names to ollama\_model\_names.txt, and set a default cache timeout of 1 day in cache.py. (3af5f09) (Eric Ma)

### Bug Fixes

No bug fixes in this release.

### Deprecations

No deprecations in this release.
2 changes: 1 addition & 1 deletion llamabot/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information for llamabot."""

version = "0.6.2"
version = "0.6.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespaces = false

[project]
name = "llamabot"
version = "0.6.2"
version = "0.6.3"
# Runtime dependencies below
dependencies = [
"openai",
Expand Down

0 comments on commit 12f9852

Please sign in to comment.