robertselvam commited on
Commit
f780a7e
1 Parent(s): 9443411

Update extract_date.py

Browse files
Files changed (1) hide show
  1. 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 = "ChatGPT",
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