diff --git a/README.md b/README.md index 0a58c82c9..4fd847d72 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ TestSpark currently supports two test generation strategies:

For this type of test generation, TestSpark sends request to different Large Language Models. Also, it automatically checks if tests are valid before presenting it to users.

This feature needs a token from OpenAI, HuggingFace, or the AI Assistant platform.

@@ -70,6 +70,7 @@ If you are running the plugin for the first time, checkout the [Settings](#setti - [Coverage](#coverage) - [Integrating tests into the project](#integrating-tests-into-the-project) - [Settings](#settings) +- [Disable K2 for Kotlin Test Generation](#disable-K2) - [Telemetry](#telemetry-opt-in) ### Generating Tests @@ -229,7 +230,9 @@ Or to a new file: ![Tests adding to a new file](readme-images/gifs/AddingToANewFile.gif#gh-light-mode-only) ![Tests adding to a new file_dark](readme-images/gifs/AddingToANewFile_dark.gif#gh-dark-mode-only) - +### Disable-K2 +For LLM-based Kotlin test generation, you need to disable the K2 mode for now. +![Disable K2 mode](readme-images/pngs/k2-mode/disable-k2.png) ### Settings The plugin is configured mainly through the Settings menu. The plugin settings can be found under Settings > Tools > TestSpark. Here, the user is able to select options for the plugin: diff --git a/readme-images/pngs/k2-mode/disable-k2.png b/readme-images/pngs/k2-mode/disable-k2.png new file mode 100644 index 000000000..96f1b0109 Binary files /dev/null and b/readme-images/pngs/k2-mode/disable-k2.png differ