autogpt4all icon indicating copy to clipboard operation
autogpt4all copied to clipboard

LocalAI returns an RPC error

Open pasqualesimonetti opened this issue 10 months ago • 0 comments

System: MacBook Pro 2018 (Intel) OS: macOS Ventura 13.5.1 Python: 3.11.4

How to reproduce:

git clone https://github.com/aorumbayev/autogpt4all.git
cd autogpt4all
cd LocalAI
./local-ai --models-path ./models/ --debug

On another Terminal

cd Auto-GPT
./run.sh

LocalAI returns:

rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:52431: connect: connection refused"

pasqualesimonetti avatar Aug 21 '23 06:08 pasqualesimonetti