Skip to main content

Usage

For help:

Description

The config command manages koava’s configuration settings.

Examples

Basic Configuration

Hugging Face CLI Configuration

Reset Configuration

Advanced

Subcommands

show

Display current configuration:

set-timeout

Set request timeout in seconds:

set-verbose

Enable or disable verbose logging:

set-huggingface-cli

Set Hugging Face CLI path (required for push command):
Options:
  • auto - Auto-detect from PATH (default)
  • /path/to/hf - Custom path to Hugging Face CLI
The push command requires Hugging Face CLI to create public models and upload encrypted models. You must be logged in with hf auth login before using push.

reset

Reset all configuration to defaults:

Related Commands