Commit 561ecafa authored by kurumuz's avatar kurumuz

model

parent 7ae5e142
...@@ -107,6 +107,7 @@ class GenerationRequest(BaseModel): ...@@ -107,6 +107,7 @@ class GenerationRequest(BaseModel):
class TextRequest(BaseModel): class TextRequest(BaseModel):
prompt: str prompt: str
model: str
class TagOutput(BaseModel): class TagOutput(BaseModel):
tags: List[Tags] tags: List[Tags]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment