Update genparam.py
Browse files- genparam.py +2 -1
genparam.py
CHANGED
@@ -52,4 +52,5 @@ TOP_P = 1.0
|
|
52 |
TOP_K = 50
|
53 |
|
54 |
DISPLAY_CHAT_HISTORY = 1 # 0 to not display chat history, 1 to display chat history
|
55 |
-
TOKEN_CAPTURE_ENABLED = 0 # Set to 1 to enable token capture preview in the side_bar, 0 to disable
|
|
|
|
52 |
TOP_K = 50
|
53 |
|
54 |
DISPLAY_CHAT_HISTORY = 1 # 0 to not display chat history, 1 to display chat history
|
55 |
+
TOKEN_CAPTURE_ENABLED = 0 # Set to 1 to enable token capture preview in the side_bar, 0 to disable
|
56 |
+
INPUT_DEBUG_VIEW = 1 # 1 to activate, 0 to deactivate
|