Skip to content

Commit 8f968d0

Browse files
authored
Update quickstart.md
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent f93fe30 commit 8f968d0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/content/docs/getting-started/quickstart.md

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ icon = "rocket_launch"
88

99
**LocalAI** is a free, open-source alternative to OpenAI (Anthropic, etc.), functioning as a drop-in replacement REST API for local inferencing. It allows you to run [LLMs]({{% relref "docs/features/text-generation" %}}), generate images, and produce audio, all locally or on-premises with consumer-grade hardware, supporting multiple model families and architectures.
1010

11+
{{% alert icon="💡" %}}
12+
13+
**Security considerations**
14+
15+
If you are exposing LocalAI remotely, make sure you protect the API endpoints adeguately with a mechanism which allows to protect from the incoming traffic or alternatively, run LocalAI with `API_KEY` to gate the access with an API key. The API key guarantees a total access to the features (there is no role separation), and it is to be considered as likely as an admin role.
16+
17+
To access the WebUI with an API_KEY, browser extensions such as [Requestly](https://requestly.com/) can be used (see also https://github.com/mudler/LocalAI/issues/2227#issuecomment-2093333752).
18+
19+
{{% /alert %}}
20+
1121
## Using the Bash Installer
1222

1323
Install LocalAI easily using the bash installer with the following command:

0 commit comments

Comments
 (0)