We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8856520 commit 1914a35Copy full SHA for 1914a35
README.md
@@ -9,7 +9,7 @@ This project is the backend API for interacting locally with a text AI model, in
9
## Setup
10
11
0. Install Docker on your system
12
-1. `git clone [email protected]:robuedi/laravel-ollama-ai-model.git && cd laravel-ollama-ai-model`
+1. `git clone [email protected]:robuedi/ollama-ai-laravel.git && cd ollama-ai-laravel`
13
2. `php artisan key:generate && composer install`
14
2. start the docker containers, first time it will take longer `sail up -d`
15
3. Prepare the DB with: `sail artisan migrate`
0 commit comments