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:
Sprout uses Bun as its JavaScript runtime environment, replacing Node.js. Please ensure Bun is installed before you proceed. Additionally, Sprout employs Elysia as its web framework for constructing the backend server.
- Clone the repository
git clone https://github.com/guibibeau/sprout.git
- Install the dependencies
bun install
- Start Elysia in development mode with auto-reload on code change
bun run dev
- Access endpoint documentation
Access /swagger
to view the endpoint documentation
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.