Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.08 KB

AI Model API

Build Status Lint

This project is the backend API for interacting locally with a text AI model, in this case ollama

Setup

  1. Install Docker on your system
  2. git clone [email protected]:robuedi/ollama-ai-laravel.git && cd ollama-ai-laravel
  3. php artisan key:generate && composer install
  4. start the docker containers, first time it will take longer sail up -d
  5. 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.

API Endpoints Docs

Your local API Docs URL here AI Model API

License

Copyright (C) Eduard Cristian Robu - All Rights Reserved Written by Eduard Cristian Robu <robu.edi.office at gmail.com>, 2024