mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-08-21 00:47:11 +02:00
feat(Add more providers):
This commit is contained in:
@@ -18,7 +18,8 @@ def encode_audio_base64_by_url(url: str) -> str:
|
||||
return "data:audio/mpeg;base64," + encoded_content
|
||||
|
||||
|
||||
class InvalidHTTPSpecError(Exception): ...
|
||||
class InvalidHTTPSpecError(Exception):
|
||||
...
|
||||
|
||||
|
||||
class LLMSpec(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user