More experiments coming soon
This project is an open-source alternative to OpenAI's Assistant API. It provides a powerful, flexible AI model for generating human-like text based on the input provided.
- Natural language processing and generation
- Can be used for creating applications like chatbots, content creators, and more
- User permissions for thread creation, participation, and deletion
To get a local copy up and running, follow these steps:
- Clone the repository
git clone https://github.com/guibibeau/sprout.git
- Install the dependencies
npm install
- Start the server
npm start
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
For a list of terms and definitions used in this project, see the Sprout Glossary.
Distributed under the MIT License. See LICENSE
for more information.