Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/docs/features/load-unload.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ In case you got error while loading models. Please check for the correct model p
| `user_prompt` | String | The prompt to use for the user. |
| `ai_prompt` | String | The prompt to use for the AI assistant. |
| `system_prompt` | String | The prompt for system rules. |
| `pre_prompt` | String | The prompt to use for internal configuration. |
| `pre_prompt` | String | The prompt to use for internal configuration. |
|`clean_cache_threshold`| Integer| Number of chats that will trigger clean cache action.|
5 changes: 5 additions & 0 deletions docs/openapi/NitroAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,11 @@ components:
default: "ASSISTANT:"
nullable: true
description: The prefix for assistant prompt.
clean_cache_threshold:
type: integer
default: 5
nullable: true
description: Number of chats that will trigger clean cache action.
required:
- llama_model_path

Expand Down