Spaces:
Runtime error
Runtime error
Update extract_date.py
Browse files- extract_date.py +1 -1
extract_date.py
CHANGED
@@ -68,7 +68,7 @@ class ExtractDateAndDuration:
|
|
68 |
|
69 |
# Call OpenAI GPT-3.5-turbo
|
70 |
chat_completion = client.chat.completions.create(
|
71 |
-
model = "
|
72 |
messages = conversation,
|
73 |
max_tokens=1000,
|
74 |
temperature=0
|
|
|
68 |
|
69 |
# Call OpenAI GPT-3.5-turbo
|
70 |
chat_completion = client.chat.completions.create(
|
71 |
+
model = "GPT-3",
|
72 |
messages = conversation,
|
73 |
max_tokens=1000,
|
74 |
temperature=0
|