Currently the --debug flag is enforced only in the chatgpt component; for the others, it doesn't have any effect.
The point of this flag is to be able to switch on/off the long, complex console outputs that are unusable for most use cases but can be very beneficial in debugging.
Request is to implement the same for the additional providers too, not just for chatgpt.
Currently the
--debugflag is enforced only in thechatgptcomponent; for the others, it doesn't have any effect.The point of this flag is to be able to switch on/off the long, complex console outputs that are unusable for most use cases but can be very beneficial in debugging.
Request is to implement the same for the additional providers too, not just for chatgpt.