An open API service indexing awesome lists of open source software.

https://github.com/imrany/assistance

using AI to help the community
https://github.com/imrany/assistance

Last synced: 3 months ago
JSON representation

using AI to help the community

Awesome Lists containing this project

README

        

# Assistance
Assistance is a small scale API that interacts with our NLP model that was build on `natural` to process user prompts and respond with a valid answer to the prompt.

It excels at question and answering.

# Try Assistance API
```bash
curl \
-H 'Content-Type: application/json' \
-d '{"request": "What is your name"}' \
'https://assistance-server.onrender.com/api/chat'
```