From a83f48b8abd1d81c69c1cbd044f756fe0dbeac46 Mon Sep 17 00:00:00 2001 From: Toni Date: Fri, 15 Mar 2024 17:21:56 +0100 Subject: [PATCH] Update Readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 65ec5ed..a13ccdd 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ Ollama-Laravel is a Laravel package that provides a seamless integration with the [Ollama API](https://github.com/jmorganca/ollama). It includes functionalities for model management, prompt generation, format setting, and more. This package is perfect for developers looking to leverage the power of the Ollama API in their Laravel applications. +## If you use laravel 10.x, please use the following version V1.0.5 + +```bash +https://github.com/cloudstudio/ollama-laravel/releases/tag/v1.0.5 +``` + ## Installation ```bash