Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
herumes committed Jun 8, 2024
1 parent 4aae2f4 commit 44dc8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shuttleai/resources/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from .audio.audio import AsyncAudio, Audio
from .chat.completions import AsyncChat, Chat
from .embeddings import AsyncEmbeddings, Embeddings
from .images.generations import AsyncImages, Images
from .moderations import AsyncModerations, Moderations
from .embeddings import AsyncEmbeddings, Embeddings

__all__ = [
"AsyncChat",
Expand Down

0 comments on commit 44dc8b9

Please sign in to comment.