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