Spaces:
Running
Running
robertselvam
commited on
Commit
•
6eb882c
1
Parent(s):
b9a93a4
Update incorrect_sentence_finder.py
Browse files
incorrect_sentence_finder.py
CHANGED
@@ -47,7 +47,7 @@ class IncorrectSentenceFinder:
|
|
47 |
|
48 |
# Call OpenAI GPT-3.5-turbo
|
49 |
chat_completion = client.chat.completions.create(
|
50 |
-
model = "
|
51 |
messages = conversation,
|
52 |
max_tokens=1000,
|
53 |
temperature=0
|
|
|
47 |
|
48 |
# Call OpenAI GPT-3.5-turbo
|
49 |
chat_completion = client.chat.completions.create(
|
50 |
+
model = "GPT-3",
|
51 |
messages = conversation,
|
52 |
max_tokens=1000,
|
53 |
temperature=0
|