Skip to content

everlifeai/elife-ai

Repository files navigation

Everlife AI

This is the brain of your avatar - it understands your chats, schedules work, and responds to you.

Configuration

The base node has a 'simple' brain to which we can add Artificial Intelligence via HTTP services. Multiple services can be added into a brains.json file that contains a javascript array of request options

The context parameter will contain the current message and a few of the most recent chats to provide the AI with the context to respond.

Sample brains.json

[
    {
        "uri": "http://localhost:8080/everlife_ai_chat/v1/actions/get_response",
        "method": "POST",
        "json": {
            "context": {{context}}
        }
    }
]

Releases

No releases published

Packages

No packages published