Skip to content

Commit

Permalink
max slack msg length 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Jun 10, 2024
1 parent 8dc74c4 commit addaf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# Set up System messages
SYSTEM_MESSAGE = os.environ.get("SYSTEM_MESSAGE", "None")

MAX_LEN_SLACK = int(os.environ.get("MAX_LEN_SLACK", 2000))
MAX_LEN_SLACK = int(os.environ.get("MAX_LEN_SLACK", 3000))
MAX_LEN_BEDROCK = int(os.environ.get("MAX_LEN_BEDROCK", 4000))

KEYWARD_IMAGE = "그려줘"
Expand Down

0 comments on commit addaf66

Please sign in to comment.