Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Nov 2, 2023
1 parent de035fd commit 505ad40
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"""

# Engines
from .src.openai_api.chatgpt import ChatGPT # pylint: disable=unused-import
from .src.openai_api.dalle import DALLE # pylint: disable=unused-import
from .src.openai_python_api.chatgpt import ChatGPT # pylint: disable=unused-import
from .src.openai_python_api.dalle import DALLE # pylint: disable=unused-import
4 changes: 2 additions & 2 deletions __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"""

# Engines
from .src.openai_api.chatgpt import ChatGPT # pylint: disable=unused-import
from .src.openai_api.dalle import DALLE # pylint: disable=unused-import
from .src.openai_python_api.chatgpt import ChatGPT # pylint: disable=unused-import
from .src.openai_python_api.dalle import DALLE # pylint: disable=unused-import
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 505ad40

Please sign in to comment.