This project is the backend API for interacting locally with a text AI model, in this case ollama
- Install Docker on your system
git clone [email protected]:robuedi/ollama-ai-laravel.git && cd ollama-ai-laravel
php artisan key:generate && composer install
- start the docker containers, first time it will take longer
sail up -d
- Prepare the DB with:
sail artisan migrate
WARNING: the AI model might use at least 12 GB of RAM, so please have more on your system.
Your local API Docs URL here
Copyright (C) Eduard Cristian Robu - All Rights Reserved Written by Eduard Cristian Robu <robu.edi.office at gmail.com>, 2024