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 20, 2024
1 parent f074b7f commit 610d203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Is your code open source and permissively licensed?
- No: We recommend using locally-run LLM models (e.g., [codellama](https://ollama.com/library/codellama)) for sensitive data, such as those provided by the [Ollama](https://ollama.com/) tool, to protect your code from dissemination. (⚠️ These models may not perform as well as cloud-based bigger models, such as `GPT-4`. We recommend asking the LLM to generate a simple test template for you to fill out.)


#### Use Case 1: Writing Unit Tests using Downloadable, Open Source Code Generation Models
#### 2.1 Example: Writing Unit Tests using Downloadable, Open Source Code Generation Models
For unit tests, please follow the steps below:

1. **Download and Install OLLAMA:**
Expand Down

0 comments on commit 610d203

Please sign in to comment.