Name files with autogenerated numbers

This commit is contained in:
Oleksandr Kozachuk
2023-04-07 21:55:47 +02:00
parent 4375b6aafd
commit 16f059920b
4 changed files with 47 additions and 36 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ def handle_question(args: argparse.Namespace,
chat, question, tags = process_and_display_chat(args, config, dump)
otags = args.output_tags or []
answers, usage = ai(chat, config, args.number)
save_answers(question, answers, tags, otags)
save_answers(question, answers, tags, otags, config)
print("-" * terminal_width())
print(f"Usage: {usage}")