-
-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: improved index intro text, added webui docs
- Loading branch information
Showing
3 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Web UI | ||
====== | ||
|
||
.. note:: | ||
The 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 very minimalistic web UI, it can be started by running the following command: | ||
|
||
.. code-block:: bash | ||
gptme-server | ||
You can then access the web UI by visiting http://localhost:5000 in your browser. | ||
|
||
|
||
.. click:: gptme.server.cli:main | ||
:prog: gptme-server | ||
:nested: full |