For Configure a model, you just need to call vibescript passing configure_model as first argument:
vibescript configure_model --model grok-2-latest --url https://api.x.ai/v1/chat/completions --key "your key"to list the models, you just need to call vibescript passing list_models as first argument:
vibescript list_modelsFor remove a model, you just need to call vibescript passing remove_model as first argument:
vibescript remove_model --model grok-2-latestFor set a model as default, you just need to call vibescript passing set_model_as_default as first argument:
vibescript set_model_as_default --model grok-2-latest