While exploring the codebase I have noticed that we have two unnecessary OPENAI_KEY error checks, we don't need them because we already have typeguard at the configParsers so we could avoid this duplication. Also stumbled upon two lint errors, fixed them in two subsequent commits
While exploring the codebase I have noticed that we have two unnecessary
OPENAI_KEY
error checks, we don't need them because we already have typeguard at the configParsers so we could avoid this duplication. Also stumbled upon two lint errors, fixed them in two subsequent commits