diff options
Diffstat (limited to 'g4f/providers/types.py')
-rw-r--r-- | g4f/providers/types.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/providers/types.py b/g4f/providers/types.py index 69941a26..e7ca32ee 100644 --- a/g4f/providers/types.py +++ b/g4f/providers/types.py @@ -3,6 +3,7 @@ from __future__ import annotations from abc import ABC, abstractmethod from typing import Union, Dict, Type from ..typing import Messages, CreateResult +from .conversation import BaseConversation class BaseProvider(ABC): """ |