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.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gpt4free/forefront/typing.py b/gpt4free/forefront/typing.py
index 23e90903..a9025419 100644
--- a/gpt4free/forefront/typing.py
+++ b/gpt4free/forefront/typing.py
@@ -1,5 +1,4 @@
from typing import Any, List
-
from pydantic import BaseModel
@@ -23,4 +22,4 @@ class ForeFrontResponse(BaseModel):
model: str
choices: List[Choice]
usage: Usage
- text: str
+ text: str \ No newline at end of file