feat(add caching cfg):

This commit is contained in:
Alexander Myasoedov
2025-02-21 19:25:24 +02:00
parent c15ac38bec
commit 0ce4aac682
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -135,6 +135,8 @@ DEEPSEEK_API_KEY = "$DEEPSEEK_API_KEY"
[caching]
enable = true
cache_size = 10000
use_disk_cache = false
[network]
retry = 3
+1 -1
View File
@@ -30,7 +30,7 @@ def encode_audio_base64_by_url(url: str) -> str:
class InvalidHTTPSpecError(Exception):
...
pass
class LLMSpec(BaseModel):