Prerequisite: Docker version of AnythingLLM only.
Configuration Parameters
| Parameter | Description |
|---|---|
| Workspace | Target workspace for the chat window. Inherits all workspace defaults unless overridden. |
| Allowed Chat Method | Chat: Responds to all questions. Query: Responds only to questions related to workspace documents. |
| Restrict Requests from Domains | Comma-separated list of allowed domains. Leave empty for unrestricted access. |
| Max Chats per Day | Daily rate limit for the widget. Set to 0 for unlimited. |
| Max Chats per Session | Daily rate limit per user session. Set to 0 for unlimited. |
| Enable Dynamic Model Use | Allows overriding the default workspace LLM model. |
| Enable Dynamic LLM Temperature | Allows overriding the default workspace LLM temperature. |
| Enable Prompt Override | Allows overriding the default workspace system prompt. |
Deployment
- Configure the widget settings in the AnythingLLM administrative panel.
- Copy the generated
<script>integration tag. - Paste the script tag into the HTML structure of the target website.