Closed phineas-pta closed 1 year ago
Thank you for your feetback!
I've just pushed a small change that allows load/parse configuration conditionally. When you create an object of the AllamoConfiguration class, pass load_configuration=False
in constructor:
config = AllamoConfiguration(load_configuration=False)
tysm!
hello, thanks for the great work
i know that
sample.py
,sample_api.py
exist but i just want to use the model in a standalone python scriptbecause of the way
AllamoConfiguration.__post_init__()
is defined, i cannot create a new instanceAllamoConfiguration
to use itis there any way to do it properly without touching the source code?
many thanks