Skip to content

Commit 876d569

Browse files
authored
fix: adjust hardcoded model name ini HMI (#57)
1 parent 9f08b89 commit 876d569

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • ros2_ws/src/mobile_manipulator_hmi

ros2_ws/src/mobile_manipulator_hmi/Config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ namespace HardcodedConfig {
5252
const static char UserPromptTopic[] = "/user_tasks";
5353
const static char OrchestratorHeartbeat[] = "/orchestrator/heartbeat"; // TODO: Get actual topic names
5454
//
55-
const static QString SelectedLLMModel = "gpt-5-mini";
56-
const static QString SelectedVLMModel = "gpt-5-mini";
55+
const static QString SelectedLLMModel = "gpt-oss-20B";
56+
const static QString SelectedVLMModel = "LFM2-VL-3B | Gemma4-4B";
5757
const static char VLMTopic[] = "/vlm_topic";
5858
const static char EmergencyStopTopic[] = "/emergency_stop";
5959

0 commit comments

Comments
 (0)