Skip to content

Commit

Permalink
set gpt default back to off
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansurf committed May 31, 2024
1 parent 0b0dfb3 commit 4f7c049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def arguments_dictionary(lat, long, city, args):
"decimal": extract_decimal(args),
"forecast_days": get_forecast_days(args),
"color": get_color(args),
"gpt": 1,
"gpt": 0,
}
return arguments

Expand Down

0 comments on commit 4f7c049

Please sign in to comment.