small PR conversation resolutions

This commit is contained in:
robcaulk
2022-07-22 17:46:14 +02:00
parent 40f00196eb
commit 5559e605b8
3 changed files with 4 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ class FreqaiModelResolver(IResolver):
)
if freqaimodel_name in disallowed_models:
raise OperationalException(
f"{freqaimodel_name} is a baseclass and cannot be used directly. User must choose "
f"{freqaimodel_name} is a baseclass and cannot be used directly. Please choose "
"an existing child class or inherit from this baseclass.\n"
)
freqaimodel = FreqaiModelResolver.load_object(