Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

Fix typo in parameter name: mode_owner_cap to model_owner_cap#15

Open
cudiHAHA wants to merge 3 commits intoTalus-Network:mainfrom
cudiHAHA:fixcli_cluster.py
Open

Fix typo in parameter name: mode_owner_cap to model_owner_cap#15
cudiHAHA wants to merge 3 commits intoTalus-Network:mainfrom
cudiHAHA:fixcli_cluster.py

Conversation

@cudiHAHA
Copy link

@cudiHAHA cudiHAHA commented Mar 8, 2025

Description of Changes:
In three files (cli_cluster.py, ig_post_planner.py, trip_planner.py), a typo was found in the parameter name: mode_owner_cap instead of model_owner_cap. This fix resolves the error and ensures consistent parameter naming across all examples.

Changes:

  1. In cli_cluster.py:

    • Changed parameter mode_owner_cap to model_owner_cap in the run_cli_cluster_example function.
  2. In ig_post_planner.py:

    • Changed parameter mode_owner_cap to model_owner_cap in the run_ig_post_planner_example function.
    • Updated the InstagramPostPlanner constructor call to use model_owner_cap.
  3. In trip_planner.py:

    • Changed parameter mode_owner_cap to model_owner_cap in the run_trip_planner_example function.
    • Updated the TripPlanner constructor call to use model_owner_cap.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant