examples: simplify langchain-python

This commit is contained in:
mudler 2023-06-08 00:03:50 +02:00
parent 5abbb134d9
commit 0b10bb598f
3 changed files with 13 additions and 10 deletions

View file

@ -12,15 +12,8 @@ git clone https://github.com/go-skynet/LocalAI
cd LocalAI/examples/langchain-python
# (optional) Checkout a specific LocalAI tag
# git checkout -b build <TAG>
# Download gpt4all-j to models/
wget https://gpt4all.io/models/ggml-gpt4all-j.bin -O models/ggml-gpt4all-j
# start with docker-compose
docker-compose up -d --build
docker-compose up --pull always
pip install langchain
pip install openai