| 265 | # -- ANTHROPIC CLAUDE API CONFIGURATION -- | 265 | # -- ANTHROPIC CLAUDE API CONFIGURATION -- |
| 266 | claude: | 266 | claude: |
| 267 | # Enables caching of the system prompt (if supported). | 267 | # Enables caching of the system prompt (if supported). |
| 268 | # https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching | 268 | # https://platform.claude.com/docs/en/build-with-claude/prompt-caching |
| 269 | # -- IMPORTANT! -- | 269 | # -- IMPORTANT! -- |
| 270 | # Use only when the prompt before the chat history is static and doesn't change between requests | 270 | # Use only when the prompt before the chat history is static and doesn't change between requests |
| 271 | # (e.g {{random}} macro or lorebooks not as in-chat injections). | 271 | # (e.g {{random}} macro or lorebooks not as in-chat injections). |