Skip to content

Commit

Permalink
add completion dataset dao to model service
Browse files Browse the repository at this point in the history
  • Loading branch information
dtria91 committed Dec 13, 2024
1 parent 68ffcc3 commit fcf2e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
model_dao=model_dao,
reference_dataset_dao=reference_dataset_dao,
current_dataset_dao=current_dataset_dao,
completion_dataset_dao=completion_dataset_dao,
)
s3_config = get_config().s3_config

Expand Down

0 comments on commit fcf2e7d

Please sign in to comment.