Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
umint
/
searchgpt
like
40
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
refs/pr/3
searchgpt
/
src
/
utils
/
__init__.py
hadadrjt
SearchGPT: Allow LLM to access local time.
29dc222
2 days ago
raw
Copy download link
history
blame
Safe
163 Bytes
#
# SPDX-FileCopyrightText: Hadad <hadad@linuxmail.org>
# SPDX-License-Identifier: Apache-2.0
#
from
.time
import
get_current_time
__all__ = [
'get_current_time'
]