Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo committed Jan 10, 2025
1 parent 1934e32 commit 00d20e5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/structured_qa/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,11 @@ def structured_qa(
else:
Path(output_dir).mkdir(exist_ok=True, parents=True)
config = Config(
input_file=input_file, output_dir=output_dir, model=model,
find_prompt=find_prompt, answer_prompt=answer_prompt
input_file=input_file,
output_dir=output_dir,
model=model,
find_prompt=find_prompt,
answer_prompt=answer_prompt,
)

logger.info("Loading and converting to sections")
Expand Down

0 comments on commit 00d20e5

Please sign in to comment.