fix(spec):

This commit is contained in:
Alexander Myasoedov
2024-12-19 21:52:09 +02:00
parent 0100306da7
commit 846fa1697d
+2 -1
View File
@@ -11,7 +11,8 @@ def encode_image_base64_by_url(url: str = "https://github.com/fluidicon.png") ->
return "data:image/jpeg;base64," + encoded_content
class InvalidHTTPSpecError(Exception): ...
class InvalidHTTPSpecError(Exception):
...
class LLMSpec(BaseModel):