We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f08b89 commit 876d569Copy full SHA for 876d569
1 file changed
ros2_ws/src/mobile_manipulator_hmi/Config.h
@@ -52,8 +52,8 @@ namespace HardcodedConfig {
52
const static char UserPromptTopic[] = "/user_tasks";
53
const static char OrchestratorHeartbeat[] = "/orchestrator/heartbeat"; // TODO: Get actual topic names
54
//
55
- const static QString SelectedLLMModel = "gpt-5-mini";
56
- const static QString SelectedVLMModel = "gpt-5-mini";
+ const static QString SelectedLLMModel = "gpt-oss-20B";
+ const static QString SelectedVLMModel = "LFM2-VL-3B | Gemma4-4B";
57
const static char VLMTopic[] = "/vlm_topic";
58
const static char EmergencyStopTopic[] = "/emergency_stop";
59
0 commit comments