Skip to content

Commit

Permalink
experimental: from_scratch: fix bug (#769)
Browse files Browse the repository at this point in the history
got introduced while fixing style issues

Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski authored Jan 27, 2025
1 parent ee94805 commit e114ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/from_scratch/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def main():
print('-' * 40)
print(fuzz_prompt.get())
print('-' * 40)
print(f'Running query and writing results in {args.reponse_dir}')
print(f'Running query and writing results in {args.response_dir}')
model.query_llm(fuzz_prompt, response_dir=args.response_dir)


Expand Down

0 comments on commit e114ae5

Please sign in to comment.