Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
umint
/
searchgpt
like
100
Paused
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
refs/pr/3
searchgpt
/
src
/
utils
/
__init__.py
hadadrjt
SearchGPT: Allow LLM to access local time.
29dc222
3 months 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'
]