Skip to content

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

@auzhva

Description

@auzhva

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions