From 5b157ae46a9272c8bed82e856caef959d36fb6e8 Mon Sep 17 00:00:00 2001 From: Kye Date: Sun, 3 Sep 2023 20:53:34 -0400 Subject: [PATCH] clean up Former-commit-id: 79bf66349f0696d7ea934b7ca2989cae2568c345 --- example.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example.py b/example.py index db0a841b..5cce3234 100644 --- a/example.py +++ b/example.py @@ -2,7 +2,7 @@ from swarms import Worker node = Worker( - openai_api_key="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", + openai_api_key="", ai_name="Optimus Prime", ) diff --git a/pyproject.toml b/pyproject.toml index 0854a234..c17430f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "swarms" -version = "1.5.2" +version = "1.5.3" description = "Swarms - Pytorch" license = "MIT" authors = ["Kye Gomez "]