update output token limits to 2048 (#258)

update token limits
This commit is contained in:
Preston Rasmussen 2025-01-31 21:33:10 -05:00 committed by GitHub
parent 6ef2f5e097
commit 0d41efe0c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
""" """
DEFAULT_MAX_TOKENS = 1024 DEFAULT_MAX_TOKENS = 2048
DEFAULT_TEMPERATURE = 0 DEFAULT_TEMPERATURE = 0

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "graphiti-core" name = "graphiti-core"
version = "0.5.2" version = "0.5.3"
description = "A temporal graph building library" description = "A temporal graph building library"
authors = [ authors = [
"Paul Paliychuk <paul@getzep.com>", "Paul Paliychuk <paul@getzep.com>",