Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ model = pipeline(
|
|
| 14 |
|
| 15 |
def generate_test_cases(requirement):
|
| 16 |
prompt = f"""
|
| 17 |
-
Generate test cases for '{requirement}' in JSON format. Output only the array.
|
| 18 |
|
| 19 |
Example format:
|
| 20 |
[
|
|
|
|
| 14 |
|
| 15 |
def generate_test_cases(requirement):
|
| 16 |
prompt = f"""
|
| 17 |
+
Generate test cases for '{requirement}' in JSON format. Output only the array, take the below as example but return testcases for the specified requirement.
|
| 18 |
|
| 19 |
Example format:
|
| 20 |
[
|