fix - add send_invite_email to GenerateKeyRequest

This commit is contained in:
Ishaan Jaff 2024-05-31 09:12:14 -07:00
parent 1921e51b95
commit 6b7f5a92b6

View file

@ -510,6 +510,7 @@ class GenerateKeyRequest(GenerateRequestBase):
) # {"gpt-4": 5.0, "gpt-3.5-turbo": 5.0}, defaults to {}
model_config = ConfigDict(protected_namespaces=())
send_invite_email: Optional[bool] = None
class GenerateKeyResponse(GenerateKeyRequest):