We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3c25b7 + 6c3301f commit add013dCopy full SHA for add013d
interpreter/core/llm/llm.py
@@ -3,6 +3,9 @@
3
os.environ["LITELLM_LOCAL_MODEL_COST_MAP"] = "True"
4
import sys
5
6
+# Note: litellm in DEV mode will load .env files from the current directory
7
+# and all parent directories. This can lead to unexpected API keys being loaded
8
+# if there are .env files in parent folders.
9
import litellm
10
11
litellm.suppress_debug_info = True
0 commit comments