Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
umint/searchgpt
Jakob08
/
moneychatbot
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
85b5dad
moneychatbot
/
src
/
client
/
__init__.py
hadadrjt
SearchGPT: Initial stable release (RS1).
4359d28
3 months ago
raw
Copy download link
history
blame
Safe
164 Bytes
#
# SPDX-FileCopyrightText: Hadad <hadad@linuxmail.org>
# SPDX-License-Identifier: Apache-2.0
#
from
.openai_client
import
setup_client
__all__ = [
'setup_client'
]