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.
1 parent 1f6c363 commit af21be4Copy full SHA for af21be4
3 files changed
open_terminal/env.py
@@ -1,3 +1,4 @@
1
import os
2
3
API_KEY = os.environ.get("OPEN_TERMINAL_API_KEY", "")
4
+MAX_OUTPUT_LINES = int(os.environ.get("OPEN_TERMINAL_MAX_OUTPUT_LINES", "10000"))
0 commit comments