Skip to content

Commit

Permalink
[PLUGINS] Bump Version [openai]
Browse files Browse the repository at this point in the history
  • Loading branch information
blythed committed Jan 3, 2025
1 parent 6bbdeea commit b35c7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/openai/superduper_openai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .model import OpenAIChatCompletion, OpenAIEmbedding

__version__ = "0.4.4"
__version__ = "0.4.5"

__all__ = 'OpenAIChatCompletion', 'OpenAIEmbedding'

0 comments on commit b35c7bf

Please sign in to comment.