Skip to content

Commit

Permalink
Fix default model
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Oct 3, 2024
1 parent 85899bc commit 17379f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cwhy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def main() -> None:
parser.add_argument(
"--llm",
type=str,
default="openai/gpt-4o-mini",
default="gpt-4o-mini",
help="the language model to use",
)
parser.add_argument(
Expand Down

0 comments on commit 17379f1

Please sign in to comment.