MultiChat.ai general-purpose AI assistant
> Python 3.8
- Groq API key (required for
langchain-groq
)
- Clone this repository:
git clone https://github.com/MultiChatNetwork/multichat-ai.git
cd multichat-ai
- Install the required dependencies:
pip install -r requirements.txt
Run the multichat-ai:
python3 src/run.py
curl -X POST http://127.0.0.1:5000/multichat-ai/input -H "Content-Type: application/json" -d '{"query": "Hi"}'
{
"response": "Hello! How can I assist you today?"
}
{
"error": "Query is required."
}
We welcome contributions from everyone. If you're interested in contributing, please check out our contribution guidelines.
If you discover a security vulnerability within MultiChat, we would appreciate your help in disclosing it to us responsibly, please check out our security issues guidelines.
All our projects are released under the MIT License.
- Website: www.multichat.network
- Email: [email protected]