Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Yakova/Rectifier
azils3
/
Tester
like
0
Runtime error
App
Files
Files
Community
d929100
Tester
/
App
/
Generate
/
Schema.py
Mbonea
added cohere for better stories
27277a3
8 months ago
raw
Copy download link
history
blame
Safe
190 Bytes
from
typing
import
List
,
Optional
from
pydantic
import
BaseModel, HttpUrl
from
pydantic
import
validator
class
GeneratorRequest
(
BaseModel
):
prompt:
str
grok:
Optional
[
bool
] =
True