mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
feat(add caching cfg):
This commit is contained in:
@@ -135,6 +135,8 @@ DEEPSEEK_API_KEY = "$DEEPSEEK_API_KEY"
|
||||
|
||||
[caching]
|
||||
enable = true
|
||||
cache_size = 10000
|
||||
use_disk_cache = false
|
||||
|
||||
[network]
|
||||
retry = 3
|
||||
|
||||
@@ -30,7 +30,7 @@ def encode_audio_base64_by_url(url: str) -> str:
|
||||
|
||||
|
||||
class InvalidHTTPSpecError(Exception):
|
||||
...
|
||||
pass
|
||||
|
||||
|
||||
class LLMSpec(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user