Correctly export the chat completions settings in dumps

This commit is contained in:
Clément Renault
2025-07-03 11:30:24 +02:00
parent a88146d59e
commit 6b94033c97
3 changed files with 40 additions and 8 deletions

View File

@ -103,6 +103,7 @@ make_enum_progress! {
pub enum DumpCreationProgress {
StartTheDumpCreation,
DumpTheApiKeys,
DumpTheChatCompletionSettings,
DumpTheTasks,
DumpTheBatches,
DumpTheIndexes,