initial commit
This commit is contained in:
19
venv/Lib/site-packages/langchain_classic/globals.py
Normal file
19
venv/Lib/site-packages/langchain_classic/globals.py
Normal file
@@ -0,0 +1,19 @@
|
||||
"""Global values and configuration that apply to all of LangChain."""
|
||||
|
||||
from langchain_core.globals import (
|
||||
get_debug,
|
||||
get_llm_cache,
|
||||
get_verbose,
|
||||
set_debug,
|
||||
set_llm_cache,
|
||||
set_verbose,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"get_debug",
|
||||
"get_llm_cache",
|
||||
"get_verbose",
|
||||
"set_debug",
|
||||
"set_llm_cache",
|
||||
"set_verbose",
|
||||
]
|
||||
Reference in New Issue
Block a user