Document-Reader / src /config.py
singhjagpreet's picture
loading file into chat
10330bc
raw
history blame
106 Bytes
class Config:
temperature = 0
streaming = True
chain_type = "stuff"
max_token_limit = 4098