ivmpfa commited on
Commit
1b6bd65
·
verified ·
1 Parent(s): 303f892

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  [