You can modify a setting using the change() method. For example, to increase the number of connection retry attempts for retry stream:
change()
retry stream
from zerogpt.utils import settings settings.change('retry stream', retries=9)
Available parameters (kwargs) for each setting can be found using:
kwargs
settings.options()
Last updated 8 months ago