Chat doc fixes (#604)

* Added modal labs example to documentation

* Added gpt4all chat

* Typo

---------

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
This commit is contained in:
Andriy Mulyar 2023-05-16 14:23:37 -04:00 committed by GitHub
parent 90e6cf937b
commit e74f523071

View File

@ -15,7 +15,7 @@ with any supported local LLM through a *very familiar* HTTP API. You can find th
Enabling server mode in the chat client will spin-up on an HTTP server running on `localhost` port Enabling server mode in the chat client will spin-up on an HTTP server running on `localhost` port
`4891` (the reverse of 1984). You can enable the webserver via `GPT4All Chat > Settings > Enable web server`. `4891` (the reverse of 1984). You can enable the webserver via `GPT4All Chat > Settings > Enable web server`.
Begin using local LLMs in your AI powered apps by changing a single line of code: the bath path for requests. Begin using local LLMs in your AI powered apps by changing a single line of code: the base path for requests.
```python ```python
import openai import openai