changed custom function calls

This commit is contained in:
Saifeddine ALOUI 2025-02-19 21:54:17 +01:00
parent 0aa4b6518e
commit 57b1af76ea
2 changed files with 2 additions and 2 deletions

View File

@ -571,7 +571,7 @@ async def open_custom_function_calls_folder(request: ClientAuthentication):
try:
ASCIIColors.info("Opening folder:")
# Create a temporary file.
root_folder = lollmsElfServer.lollms_paths.custom_functions_zoo_path
root_folder = lollmsElfServer.lollms_paths.custom_function_calls_path
root_folder.mkdir(parents=True, exist_ok=True)
if platform.system() == "Windows":
subprocess.Popen(f'explorer "{root_folder}"')

@ -1 +1 @@
Subproject commit d13e7f8070929ea136fa5e2e4cb277941af3221c
Subproject commit 3fa30ab47ea30cb23f975207b6d340ca8eab8d49