Skip to content

Commit

Permalink
Update docs/guides/software-lifecycle/continuous-testing/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rishi Verma <[email protected]>
  • Loading branch information
yunks128 and riverma authored Jun 26, 2024
1 parent 68a2536 commit 9aa8e9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ We recommend using [Testing Frameworks](testing-frameworks#for-code-development)

Recent studies show that large language models (LLMs) can generate test code covering up to 85% of scenarios (source: [study](https://arxiv.org/pdf/2305.00418.pdf)). Open-source LLM tools like [codellama](https://ollama.com/library/codellama) can create initial test code, which developers can refine. Running these models locally addresses data privacy concerns. For the latest advancements, refer to the [code model ranking](https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard).

Here's our recommended approach to deciding the right model for you to use (see our full list of [recommended code generation models](continuous-testing/testing-frameworks/#for-test-code-generation)):
Here's our recommended approach to deciding the right model for you to use (see our full list of [recommended code generation models](testing-frameworks#for-test-code-generation)):

Is your code open source and permissively licensed?
- Yes: We recommend high-performance cloud-based LLM models (see our [recommended cloud-based models](testing-frameworks/#cloud-based-models))
Expand Down

0 comments on commit 9aa8e9e

Please sign in to comment.