Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <david@adalogics.com>
  • Loading branch information
DavidKorczynski committed Jul 15, 2024
1 parent 19fc62e commit b8b8081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_toolkit/corpus_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_corpus_generator_script(
prompt_path = os.path.join(response_dir, 'prompt.txt')
prompt.save(prompt_path)

corpus_model.generate_code(prompt, response_dir)
corpus_model.query_llm(prompt, response_dir)
for file in os.listdir(response_dir):
if not parser.is_raw_output(file):
continue
Expand Down

0 comments on commit b8b8081

Please sign in to comment.