Skip to content

Commit

Permalink
playground -> swarms in dalle3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Nov 15, 2023
1 parent 393cc97 commit e5dce12
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 218 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "swarms"
version = "2.3.4"
version = "2.3.5"
description = "Swarms - Pytorch"
license = "MIT"
authors = ["Kye Gomez <[email protected]>"]
Expand Down
133 changes: 0 additions & 133 deletions tests/boss/boss_node.py

This file was deleted.

83 changes: 0 additions & 83 deletions tests/chunkers/basechunker.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/models/dalle3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from PIL import Image
from termcolor import colored

from playground.models.dalle3 import Dalle3
from swarms.models.dalle3 import Dalle3


# Mocking the OpenAI client to avoid making actual API calls during testing
Expand Down

0 comments on commit e5dce12

Please sign in to comment.