Skip to content

Commit

Permalink
update token limits
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen15 committed Jan 30, 2025
1 parent 6ef2f5e commit 4b47f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphiti_core/llm_client/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
"""

DEFAULT_MAX_TOKENS = 1024
DEFAULT_MAX_TOKENS = 2048
DEFAULT_TEMPERATURE = 0


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphiti-core"
version = "0.5.2"
version = "0.5.3"
description = "A temporal graph building library"
authors = [
"Paul Paliychuk <[email protected]>",
Expand Down

0 comments on commit 4b47f41

Please sign in to comment.