Spaces:
Runtime error
Runtime error
Update Tags_Extractor.py
Browse files- Tags_Extractor.py +1 -1
Tags_Extractor.py
CHANGED
@@ -31,7 +31,7 @@ class Tags:
|
|
31 |
]
|
32 |
|
33 |
# Call OpenAI GPT-3.5-turbo
|
34 |
-
chat_completion = client.chat.completions.create(
|
35 |
model = "ChatGPT",
|
36 |
messages = conversation,
|
37 |
max_tokens=1000,
|
|
|
31 |
]
|
32 |
|
33 |
# Call OpenAI GPT-3.5-turbo
|
34 |
+
chat_completion = self.client.chat.completions.create(
|
35 |
model = "ChatGPT",
|
36 |
messages = conversation,
|
37 |
max_tokens=1000,
|