Skip to main content

base_model_config

Function base_model_config 

Source
pub fn base_model_config(model: &str) -> ModelConfig
Expand description

Create a base ModelConfig for the opencode-go provider. Sets the standard context_window (1M) and max_tokens (393216) for DeepSeek v4 models. Callers override if needed.