Skip to content
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

Function spec examples for camera and image query #175

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

danielp370
Copy link

This PR provides an example functions for:

  1. generate a camera snapshot image.
  2. use the query image service call to analyze the image and return a text description
  3. A combined function that does 1 and 2 above.

All three functions tested.

The integration works well with 1 and 2 defined, and the LLM figures out how to combined them, so option 3 is only for those that want really want to combined them.

I recommend keeping filename exposed so that the LLM can manage it, and potentially delete it or overwrite it.

Copy link
Owner

@jekalmin jekalmin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!
It will be released in the next version.

@jekalmin jekalmin changed the base branch from main to v1.0.4 March 24, 2024 13:02
@jekalmin jekalmin merged commit 16e015b into jekalmin:v1.0.4 Mar 24, 2024
@jekalmin jekalmin added this to the 1.0.4 milestone Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants