moneychatbot / src /client /__init__.py
hadadrjt's picture
SearchGPT: Initial stable release (RS1).
4359d28
raw
history blame
164 Bytes
#
# SPDX-FileCopyrightText: Hadad <[email protected]>
# SPDX-License-Identifier: Apache-2.0
#
from .openai_client import setup_client
__all__ = ['setup_client']