Server

Contents

Server#

Note

The server and web UI is still in development and does not have all the features of the CLI. It does not support streaming, doesn’t ask for confirmation before executing, lacks the ability to interrupt generations, etc.

gptme has a minimal REST API with very minimalistic web UI.

It can be started by running the following command:

gptme-server

Web UI#

You can then access the web UI by visiting http://localhost:5000 in your browser.

For more usage, see the CLI documentation.