We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bbd6e commit a251bceCopy full SHA for a251bce
backend/chat/chat.py
@@ -22,7 +22,7 @@ def __init__(
22
):
23
self.report = report
24
self.headers = headers
25
- self.config = Config(config_path)
+ self.config = Config(config_path=config_path)
26
self.vector_store = vector_store
27
self.graph = self.create_agent()
28
0 commit comments