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