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

How to integrate with AI API? E.g. OpenAI, Gemini? #383

Open
auzhva opened this issue Jun 27, 2024 · 0 comments
Open

How to integrate with AI API? E.g. OpenAI, Gemini? #383

auzhva opened this issue Jun 27, 2024 · 0 comments

Comments

@auzhva
Copy link

auzhva commented Jun 27, 2024

I want to add few actions that would call AI provider to perform some action that I will define. I can easily implement that code in programming language, but what is a way to call it from Boop?

I see several options:

  1. Do network interaction from JavaScript itself. This might mean a lot of things to bring into Boop, but that's the option.
  2. Allow boop script to trigger some external program and grab its output. This sounds simpler as this doesn't bring all the tools into boop itself.

Maybe some other ways are possible.

What do you think?

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

No branches or pull requests

1 participant