Skip to content

Commit 0eb3715

Browse files
committed
Fixed error in gh action script
1 parent d447eef commit 0eb3715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm-complete-guide/gh_action_rag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def main(
7373
action_id (str): The action ID.
7474
"""
7575
client = Client()
76-
config_path = Path(__file__).parent.parent / "configs" / config
76+
config_path = Path(__file__).parent / "configs" / config
7777

7878
if create_template:
7979
# run pipeline

0 commit comments

Comments
 (0)