robertselvam commited on
Commit
eb6d128
1 Parent(s): 7771ad4

Update contract_missing_clausses.py

Browse files
Files changed (1) hide show
  1. contract_missing_clausses.py +1 -1
contract_missing_clausses.py CHANGED
@@ -63,7 +63,7 @@ class ContractMissingClauses:
63
 
64
  conversation = [
65
  {"role": "system", "content": "You are a helpful incomplete sentences finder"},
66
- {"role": "user", "content": f"""list out the incomplete sentences in the following text: {text}"""}
67
  ]
68
 
69
  # Call OpenAI GPT-3.5-turbo
 
63
 
64
  conversation = [
65
  {"role": "system", "content": "You are a helpful incomplete sentences finder"},
66
+ {"role": "user", "content": f"""list out the incomplete sentences in the following text: {contract}"""}
67
  ]
68
 
69
  # Call OpenAI GPT-3.5-turbo