Files
t6_mem0/embedchain/config/ChatConfig.py

8 lines
201 B
Python

from embedchain.config.QueryConfig import QueryConfig
class ChatConfig(QueryConfig):
"""
Config for the `chat` method, inherits from `QueryConfig`.
"""
def __init__(self):
pass