summaryrefslogtreecommitdiffstats
path: root/gpt4free/forefront/typing.py
diff options
context:
space:
mode:
Diffstat (limited to 'gpt4free/forefront/typing.py')
-rw-r--r--gpt4free/forefront/typing.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/gpt4free/forefront/typing.py b/gpt4free/forefront/typing.py
index 23e90903..b572e2c2 100644
--- a/gpt4free/forefront/typing.py
+++ b/gpt4free/forefront/typing.py
@@ -24,3 +24,9 @@ class ForeFrontResponse(BaseModel):
choices: List[Choice]
usage: Usage
text: str
+
+
+class AccountData(BaseModel):
+ token: str
+ user_id: str
+ session_id: str