Skip to content

Commit

Permalink
fix engine arg
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhongw committed Mar 10, 2023
1 parent 7bd0bdd commit d79a744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion self_instruct/bootstrap_instructions.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def parse_args():
prompt = encode_prompt(prompt_instructions, classification=args.use_clf_seed_tasks_only)
batch_inputs.append(prompt)
results = make_gpt3_requests(
engine="davinci",
engine=args.engine,
prompts=batch_inputs,
max_tokens=1024,
temperature=0.7,
Expand Down

0 comments on commit d79a744

Please sign in to comment.