@@ -64,7 +64,7 @@ def get_verbose() -> bool:
64
64
# In the meantime, the `verbose` setting is considered True if either the old
65
65
# or the new value are True. This accommodates users who haven't migrated
66
66
# to using `set_verbose()` yet. Those users are getting deprecation warnings
67
- # directing them to use `set_verbose()` when they import `langhchain .verbose`.
67
+ # directing them to use `set_verbose()` when they import `langchain .verbose`.
68
68
old_verbose = langchain .verbose
69
69
70
70
global _verbose
@@ -115,7 +115,7 @@ def get_debug() -> bool:
115
115
# In the meantime, the `debug` setting is considered True if either the old
116
116
# or the new value are True. This accommodates users who haven't migrated
117
117
# to using `set_debug()` yet. Those users are getting deprecation warnings
118
- # directing them to use `set_debug()` when they import `langhchain .debug`.
118
+ # directing them to use `set_debug()` when they import `langchain .debug`.
119
119
old_debug = langchain .debug
120
120
121
121
global _debug
@@ -172,7 +172,7 @@ def get_llm_cache() -> "BaseCache":
172
172
# or the old value if both are falsy. This accommodates users
173
173
# who haven't migrated to using `set_llm_cache()` yet.
174
174
# Those users are getting deprecation warnings directing them
175
- # to use `set_llm_cache()` when they import `langhchain .llm_cache`.
175
+ # to use `set_llm_cache()` when they import `langchain .llm_cache`.
176
176
old_llm_cache = langchain .llm_cache
177
177
178
178
global _llm_cache
0 commit comments