mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 03:26:17 +00:00
core(minor): Add a way to print out system information for debugging purposes. (#15718)
To use: ```bash python -m langchain_core.sys_info ```
This commit is contained in:
6
libs/core/tests/unit_tests/test_sys_info.py
Normal file
6
libs/core/tests/unit_tests/test_sys_info.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from langchain_core.sys_info import print_sys_info
|
||||
|
||||
|
||||
def test_print_sys_info() -> None:
|
||||
"""Super simple test to that no exceptions are triggered when calling code."""
|
||||
print_sys_info()
|
Reference in New Issue
Block a user