From 130a3e0938a0819256383474ec339603b2075f96 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Tue, 1 Aug 2023 14:48:20 +0200 Subject: [PATCH] docs(readme): local llm removal --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 35234d812..7dfb62701 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ Quivr, your second brain, utilizes the power of GenerativeAI to store and retrie https://github.com/StanGirard/quivr/assets/19614572/a6463b73-76c7-4bc0-978d-70562dca71f5 +## Disclaimer ⚠️ + +For a little while, Quivr will be only compatible with OpenAI API. + +If you want to use a Local LLM please refer to [v0.0.46](https://github.com/StanGirard/quivr/releases/tag/v0.0.46). + +This is due to us preparing a big feature and needing to clean the code a bit. + ## Getting Started 🚀 Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.