I am trying to utilise this github repo, particularly the below python code:
import openllm client = openllm.client.HTTPClient('http://localhost:3000') client.query('Explain to me the difference between "further" and "farther"')
But this is throwing following error:connection refuse error
How do I run the server for above code to work ?