fun setContextWindow()

in src/main/kotlin/co/huggingface/llmintellij/LlmSettingsComponent.kt [414:416]


    fun setContextWindow(value: UInt) {
        contextWindow.text = value.toString()
    }