From 59b9e3d79cb8f0089a9f0f5d3f50e1a052626d0f Mon Sep 17 00:00:00 2001 From: Ashley Johnson <61059402+PapaRascal2020@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:10:18 +0100 Subject: [PATCH 1/3] Update README.md From 5498e95ea0411ad0fbdb1629defa3a07b5ea7eb2 Mon Sep 17 00:00:00 2001 From: Ashley Johnson <61059402+PapaRascal2020@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:41:58 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e8873c..f8447f3 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ This project provides a unified wrapper around the OpenAI, Claude, Cohere and Mi **Watch a short video trailer showcasing some of the features** -#### Features -- Open AI, Mistral, Claude & Cohers +#### ![image](https://github.com/user-attachments/assets/5595c5d1-60c8-4693-aa54-47dffa6f4d10) Features +- Open AI, Mistral, Claude & Cohere - Conversation => Quickly prototype/build a chatbot (with history via DB) - Completion => Complete or respond to a given prompt - Open AI, Mistral (ONLY) From c7aa6abff2be8a01de54f8ee02b7db2d49452ece Mon Sep 17 00:00:00 2001 From: Ashley Johnson <61059402+PapaRascal2020@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:57:06 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8447f3..999a0bb 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The easiest way to install the package in your laravel app is to run the followi After you have updated the file run: ```bash - composer upadte + composer update ``` ### Configuring the `.env`