#Best Practices: Changing Models in Whatsapp Group

1 messages · Page 1 of 1 (latest)

stoic meteor
#

I recently setup Minimax with my Whatsapp Groups.

Noticed some erratic behaviour when I was on Minimax.

I wanted to change models from Minimax to Opus but can't easily do so in the Whatsapp Group (unlike if the model was Opus in the same group and i have the same request).

What is the best practice to change models in whatsapp groups besides modifying the json config files and restarting gateway?

royal lynxBOT
# stoic meteor I recently setup Minimax with my Whatsapp Groups. Noticed some erratic behavio...

<think>
The user is asking about changing models in WhatsApp groups without restarting the gateway. Let me recall what I know about this.

From my context:

  1. The user wants to change from Minimax to Opus in a WhatsApp group
  2. They don't want to modify JSON config files and restart
  3. They want best practices

Key points from my knowledge:

  • Hot reload supports provider configs (discord, telegram, signal, etc.) but NOT models directly
  • The /model command exists but may not work in WhatsApp (it works in Discord)
  • There's no native /model command in WhatsApp like there is in Discord
  • Per-group or per-channel model configuration might be possible via config

Let me provide helpful guidance without making up features. I should:

  1. Explain that model changes typically require config changes
  2. Mention the hot reload capability for provider configs
#
  1. Suggest checking if per-group configuration is possible
  2. Recommend the CLI approach as the safest option

I should NOT make up commands or features that don't exist.
</think>

Good question! Here's what I know about changing models in WhatsApp groups:

Short answer: Model changes typically require config modifications since WhatsApp doesn't have a /model command like Discord does.

Your options:

  1. Provider-level hot reload — If you change the provider-level model config (not per-agent), provider configs CAN be hot-reloaded without full gateway restart:
    clawdbot gateway call config.apply
    
    This restarts only the WhatsApp provider, not the whole gateway. Much faster than full restart.