feat(Add more providers):

This commit is contained in:
Alexander Myasoedov
2024-12-30 14:39:27 +02:00
parent 1c3f2dd83d
commit 91bf10c310
2 changed files with 71 additions and 1 deletions
+2 -1
View File
@@ -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):