infra: update docs on serving fine-tuning layers (#567)

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-11-06 21:34:44 -05:00
committed by GitHub
parent b158609e95
commit 8fade070f3
5 changed files with 95 additions and 31 deletions

View File

@@ -13,6 +13,6 @@ class AgentResponse:
generated_text: str
@attr.define
class AgentErrorResponse:
class HFErrorResponse:
error_code: int
message: str