Autosave generated text in the Notebook tab (#7079)

This commit is contained in:
oobabooga 2025-06-16 17:36:05 -03:00 committed by GitHub
parent d0befe0729
commit faae4dc1b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 325 additions and 52 deletions

View file

@ -202,7 +202,7 @@ settings = {
'chat-instruct_command': 'Continue the chat dialogue below. Write a single reply for the character "<|character|>".\n\n<|prompt|>',
'enable_web_search': False,
'web_search_pages': 3,
'prompt-notebook': 'QA',
'prompt-notebook': '',
'preset': 'Qwen3 - Thinking' if Path('user_data/presets/Qwen3 - Thinking.yaml').exists() else None,
'max_new_tokens': 512,
'max_new_tokens_min': 1,