bpom text generation
This commit is contained in:
5
app/models/text_generation.py
Normal file
5
app/models/text_generation.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class BPOMMobileResponseTextGenerationRequest(BaseModel):
|
||||
text: str
|
||||
|
||||
class BPOMMobileResponseTextGenerationRequest(BaseModel):
|
||||
generated_text: str
|
||||
Reference in New Issue
Block a user