Add support for custom LLM error messages (#3501)

* Add support for custom LLM error messages

* Fix mypy
This commit is contained in:
Chris Weaver
2024-12-17 22:58:17 -08:00
committed by GitHub
parent ddc6a6d2b3
commit 23ecf654ed
4 changed files with 29 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ services:
# (time spent on finding the right docs + time spent fetching summaries from disk)
- LOG_VESPA_TIMING_INFORMATION=${LOG_VESPA_TIMING_INFORMATION:-}
- CELERY_BROKER_POOL_LIMIT=${CELERY_BROKER_POOL_LIMIT:-}
- LITELLM_CUSTOM_ERROR_MESSAGE_MAPPINGS=${LITELLM_CUSTOM_ERROR_MESSAGE_MAPPINGS:-}
# Chat Configs
- HARD_DELETE_CHATS=${HARD_DELETE_CHATS:-}