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