Skip to content

Commit

Permalink
Fix manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jekalmin committed Feb 8, 2024
1 parent 49756da commit 7d90779
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion custom_components/extended_openai_conversation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
from .helpers import (
get_function_executor,
is_azure,
is_exposed,
validate_authentication,
)
from .services import async_setup_services
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"requirements": [
"openai~=1.3.8"
],
"version": "1.0.1"
"version": "1.0.3"
}

0 comments on commit 7d90779

Please sign in to comment.