refactor: Add config for init, app and query (#158)
This commit is contained in:
8
embedchain/config/ChatConfig.py
Normal file
8
embedchain/config/ChatConfig.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from embedchain.config.QueryConfig import QueryConfig
|
||||
|
||||
class ChatConfig(QueryConfig):
|
||||
"""
|
||||
Config for the `chat` method, inherits from `QueryConfig`.
|
||||
"""
|
||||
def __init__(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user