feat: added generate endpoints
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
from typing import Any
|
||||
|
||||
from ninja import Schema
|
||||
|
||||
|
||||
class GenerateAdTextIn(Schema):
|
||||
advertiser_name: str
|
||||
ad_title: str
|
||||
|
||||
|
||||
class Promise(Schema):
|
||||
task_id: str
|
||||
status: str
|
||||
result: Any
|
||||
Reference in New Issue
Block a user