Spaces:
Sleeping
Sleeping
Update Clauses_Extractor.py
Browse files- Clauses_Extractor.py +1 -1
Clauses_Extractor.py
CHANGED
|
@@ -35,7 +35,7 @@ class Clauses:
|
|
| 35 |
|
| 36 |
# Call OpenAI GPT-3.5-turbo
|
| 37 |
chat_completion = client.chat.completions.create(
|
| 38 |
-
model = "
|
| 39 |
messages = conversation,
|
| 40 |
max_tokens=1000,
|
| 41 |
temperature=0
|
|
|
|
| 35 |
|
| 36 |
# Call OpenAI GPT-3.5-turbo
|
| 37 |
chat_completion = client.chat.completions.create(
|
| 38 |
+
model = "GPT-3",
|
| 39 |
messages = conversation,
|
| 40 |
max_tokens=1000,
|
| 41 |
temperature=0
|