searchgpt / src /utils /__init__.py
hadadrjt's picture
SearchGPT: Allow LLM to access local time.
29dc222
raw
history blame
163 Bytes
#
# SPDX-FileCopyrightText: Hadad <hadad@linuxmail.org>
# SPDX-License-Identifier: Apache-2.0
#
from .time import get_current_time
__all__ = ['get_current_time']