VirtualOasis commited on
Commit
9070a9e
·
verified ·
1 Parent(s): 347e5b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,8 +76,8 @@ def extract_entities_and_relationships(text):
76
  "content": entity_prompt
77
  }
78
  ],
79
- max_tokens=2000,
80
- temperature=0.3
81
  )
82
 
83
  if not completion.choices or not completion.choices[0].message:
 
76
  "content": entity_prompt
77
  }
78
  ],
79
+ max_tokens=4000,
80
+ temperature=0.2
81
  )
82
 
83
  if not completion.choices or not completion.choices[0].message: