Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Oct 3, 2024
1 parent 43d7971 commit 68ae0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cwhy/cwhy.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def complete(client: openai.OpenAI, args: argparse.Namespace, user_prompt: str):
raise e


def evaluate(client: openai.OpenAI, args: argparse.Name, stdin: str) -> str:
def evaluate(client: openai.OpenAI, args: argparse.Namespace, stdin: str) -> str:
if args.subcommand == "explain":
return evaluate_text_prompt(client, args, prompts.explain_prompt(args, stdin))
elif args.subcommand == "diff-converse":
Expand Down

0 comments on commit 68ae0df

Please sign in to comment.