Skip to content

Commit

Permalink
added readme instructions for starting nomo assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
dev2-nomo committed Dec 14, 2023
1 parent fecabba commit 98ac498
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ TODO: link individual Unit tests

To complement the static API-docs, the Unit tests act as an *executable documentation* for the `nomo-messenger-kit`.
Furthermore, the Unit tests serve as a test for the backend infrastructure of the Decentralized Messenger.

## Nomo Assistant Listener

The Nomo Assistant Listener is a AI model which answeres to your questions in a chat. To start the listener, run the following command:

```
npm install
node src/ai_chat/listen_on_messages.ts
```

0 comments on commit 98ac498

Please sign in to comment.