February 12, 2025Less than 1 minute
We can run the project at any time using the following command, where the -p
is the path to the manifest.ts
, and -h
is the URL of the Ollama endpoint.
subql-ai -p ./manifest.ts -h http://host.docker.internal:11434
Once the project is running you should see the following: Listening on http://0.0.0.0:7827/
. You can now interact with your application. The easiest way to do that is to run the repl in another terminal.
subql-ai repl
This will start a CLI chat. You can type /bye
to exit. Alternatively, it is possible to launch the app via Docker.
You should review the instructions on running locally or via Docker.