Skip to content

Commit af21be4

Browse files
committed
refac
1 parent 1f6c363 commit af21be4

3 files changed

Lines changed: 465 additions & 90 deletions

File tree

open_terminal/env.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import os
22

33
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

Comments
 (0)