6 lines
156 B
Bash
6 lines
156 B
Bash
# Debug Mode
|
|
# Set to 'true' to enable debug mode which shows LLM prompts and responses
|
|
# This is useful for debugging AI behavior
|
|
NEXT_PUBLIC_DEBUG=false
|
|
|