hindsight-llm-model-switch

Switch Hindsight language model providers and verify with health checks.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/reez455G/my-ai-agents --skill hindsight-llm-model-switch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hindsight-llm-model-switch
Source: https://github.com/reez455G/my-ai-agents/tree/main/.omp/skills/hindsight-llm-model-switch
Command: npx skills add https://github.com/reez455G/my-ai-agents --skill hindsight-llm-model-switch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages switching the Hindsight container's language model provider and model ID for optimal performance and functionality.

Core Features & Use Cases

  • Model Selection: Enables switching between different NVIDIA model providers and IDs.
  • Health Check: Verifies the model switch by performing an end-to-end operation and checking its success.
  • Failover Tooling: Provides a script for automatic model failover in case of failure.

Quick Start

Use the 'hindsight-llm-model-switch' skill to switch to the 'google/gemma-4-31b-it' model and verify the switch with 'client.retain(...)'.

Frequently Asked Questions about hindsight-llm-model-switch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I switch the language model provider in a Hindsight Docker Compose container?

To switch the Hindsight language model provider, use the hindsight-llm-model-switch skill to update the model ID environment variables in your Docker Compose setup. It manages the provider transition for optimal functionality.

What is the best way to verify an LLM model switch in Hindsight?

The best way to verify a Hindsight LLM model switch is to run the built-in health check. It performs an end-to-end operation using 'client.retain(...)' to confirm the new model ID is functioning correctly.

Does the Hindsight LLM model switch tool support automatic failover?

Yes, the Hindsight LLM model switch tool supports automatic failover. It provides a dedicated script that automatically triggers model failover if the newly switched model encounters a failure.

Do I need Docker Compose to change the NVIDIA model ID for Hindsight?

Yes, you need Docker Compose and knowledge of Hindsight environment variables to execute the model switch. The skill manages the container configuration to apply the new NVIDIA model provider and ID.

Why is my Hindsight model switch not working after changing the environment variables?

If your Hindsight model switch is not working, the new provider or ID may be misconfigured. Use the skill's health check to perform an end-to-end test and verify the switch was successful.