added a dedicated pager library
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ def clear_ctx(stub, state):
|
||||
|
||||
# main initialization
|
||||
llm = LLMChat(config_file=CONFIG_FILE, message_limit=20)
|
||||
chat = DeckChat(start_state=llm, chat_prefix='> ', paginate=8)
|
||||
chat = DeckChat(start_state=llm, chat_prefix='> ')
|
||||
chat.command('default', send_msg)
|
||||
chat.command('clear', clear_ctx)
|
||||
chat.command('system', set_sys_prompt)
|
||||
|
||||
Reference in New Issue
Block a user