mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-28 20:05:51 +00:00
done
This commit is contained in:
parent
79116585ff
commit
f50b8391b5
@ -97,6 +97,7 @@ async def list_function_calls():
|
|||||||
}
|
}
|
||||||
function_calls.append(function_info)
|
function_calls.append(function_info)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
trace_exception(e)
|
||||||
ASCIIColors.error(f"Error loading function {fn_dir.name}: {e}")
|
ASCIIColors.error(f"Error loading function {fn_dir.name}: {e}")
|
||||||
|
|
||||||
# Process the main functions zoo
|
# Process the main functions zoo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user