0
0
mirror of https://github.com/MIDORIBIN/langchain-gpt4free.git synced 2024-12-27 04:38:10 +03:00
langchain-gpt4free/langchain_g4f/__init__.py

4 lines
49 B
Python
Raw Normal View History

2023-07-08 11:37:54 +03:00
from .G4FLLM import G4FLLM
2023-08-13 06:41:58 +03:00
__all__ = ["G4FLLM"]