mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
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:
parent
90e6cf937b
commit
e74f523071
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user