ChatConfig.py 201 B

12345678
  1. from embedchain.config.QueryConfig import QueryConfig
  2. class ChatConfig(QueryConfig):
  3. """
  4. Config for the `chat` method, inherits from `QueryConfig`.
  5. """
  6. def __init__(self):
  7. pass