-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#43] add "query_image" service #60
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How did I add this service? |
I haven't released it yet. Let me release this in beta. |
jekalmin
force-pushed
the
add-query-image
branch
from
January 13, 2024 15:27
c5e0f98
to
8f17276
Compare
jekalmin
force-pushed
the
add-query-image
branch
from
January 17, 2024 13:38
8f17276
to
450ccc0
Compare
jekalmin
force-pushed
the
add-query-image
branch
from
January 17, 2024 14:18
9f50402
to
cc68a20
Compare
@TBTHEDBA |
I received this error in debugging. Should I be using this as my
"your_config_entry_key". I got it from hacs.repositories
"700780425": {
"repository_manifest": {
2024-01-17 09:53:53.608 ERROR (MainThread)
[custom_components.extended_openai_conversation.helpers]
extended_openai_conversation: Error executing script. Invalid data for
call_service at pos 1: expected str for dictionary value @
data['config_entry']
2024-01-17 09:53:53.609 ERROR (MainThread)
[homeassistant.components.assist_pipeline.pipeline] Unexpected error during
intent recognition
Traceback (most recent call last):
File
"/usr/src/homeassistant/homeassistant/components/assist_pipeline/pipeline.py",
line 988, in recognize_intent
conversation_result = await conversation.async_converse(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
…On Wed, Jan 17, 2024 at 8:22 AM Min Jekal ***@***.***> wrote:
@TBTHEDBA <https://github.com/TBTHEDBA>
I just released this in 1.0.1-beta2.
Please try this and give a feedback :D
—
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJXIGPX3CHV3TUJO45QCUOTYO7NBHAVCNFSM6AAAAABBBT4U4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJVHEYTKMBUGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
[image: image.png]
That did it! Thank you so much for your help. Now I get to shame my
children for not cleaning their room.
…On Wed, Jan 17, 2024 at 10:28 AM Min Jekal ***@***.***> wrote:
Try to call service from developers tools.
You can get entry key from there.
Screenshot_20240118_012737_Home.Assistant.jpg (view on web)
<https://github.com/jekalmin/extended_openai_conversation/assets/2917984/bc5de19d-44b9-42be-9411-33d550436bcd>
—
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJXIGPUGWDWFYKZAVOFR4J3YO733HAVCNFSM6AAAAABBBT4U4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJWGE3DKNBSHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Objective
extended_openai_conversation.query_image
).Service
Example
I tested with following image searched from website
Function