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
- Host: GitHub
- URL: https://github.com/imrany/assistance
- Owner: imrany
- Created: 2023-06-06T09:32:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T11:52:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T23:20:53.111Z (4 months ago)
- Language: TypeScript
- Homepage: https://assistance-six.vercel.app
- Size: 4.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```