Skip to content

Commit a251bce

Browse files
committed
pass config_path as keyword argument
1 parent 58bbd6e commit a251bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/chat/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(
2222
):
2323
self.report = report
2424
self.headers = headers
25-
self.config = Config(config_path)
25+
self.config = Config(config_path=config_path)
2626
self.vector_store = vector_store
2727
self.graph = self.create_agent()
2828

0 commit comments

Comments
 (0)