You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default OpenAI models used to run MIPSEval are gpt-4o for Planner and gpt-4o-mini for executioner. This can be changed in ```setup.py``` for executioner and ```llm_planner.py``` for planner (in get_step_for_evaluator function). Testing was done with the default models used.
@@ -72,6 +74,7 @@ Default OpenAI models used to run MIPSEval are gpt-4o for Planner and gpt-4o-min
72
74
|`-e`, `--env`| Path to environment file (.env) | Yes |
73
75
|`-c`, `--config`| Path to YAML configuration file | Yes |
74
76
|`-p`, `--provider`| Model provider: `openai` or `local`| Yes |
77
+
|`-t`, `--target`| Model provider: `openai` or `local`| Yes |
75
78
|`-j`, `--json_history`| Optional path to conversation log `.jsonl`| No |
0 commit comments