Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,8 +76,8 @@ def extract_entities_and_relationships(text):
|
|
76 |
"content": entity_prompt
|
77 |
}
|
78 |
],
|
79 |
-
max_tokens=
|
80 |
-
temperature=0.
|
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:
|