Spaces:
Running
Running
naveenvenkatesh
commited on
Commit
•
2575920
1
Parent(s):
ca08c30
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,
|