From ec70fc7adb10670d10f23e6b5a1f01767b1b7756 Mon Sep 17 00:00:00 2001 From: "Pouria.Derakhshanfar" Date: Sat, 7 Dec 2024 19:18:44 +0100 Subject: [PATCH] Remove disabling K2 mode instructions from plugin's descriptions and README --- README.md | 5 +---- src/main/resources/META-INF/plugin.xml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fe2f7295b..7ecb96d2b 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.

@@ -230,9 +230,6 @@ 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/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index eb482a18c..454ee2f00 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -18,7 +18,7 @@

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.