Develop With Blog

A blog about building.

1 post(s), index »

Community Forum
Learn how this blog was built
entityOS Learn | Integration with a GenAI Service
mark.byers

Learn how to use entityOS & AI Services

In this example the node app (as entityOS user) is looking for conversation (set by UUID/GUID in the event..json) that it is a participant in, for posts that have a subject containing @genai. It then passes the message to the GenAI service (in this example OpenAI) and then saves the response as a comment to the original post.

Example uses OpenAI, but you can change to any service you wish.

https://github.com/ibcom-lab/entityos-learn-ai

Previous | Next