Guanghua Lu
commited on
Update chatgpt.py
Browse files
deep_translator/chatgpt.py
CHANGED
|
@@ -10,7 +10,7 @@ from deep_translator.exceptions import ApiKeyException
|
|
| 10 |
|
| 11 |
class ChatGptTranslator(BaseTranslator):
|
| 12 |
"""
|
| 13 |
-
class that wraps functions, which use the
|
| 14 |
under the hood to translate word(s)
|
| 15 |
"""
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
class ChatGptTranslator(BaseTranslator):
|
| 12 |
"""
|
| 13 |
+
class that wraps functions, which use the ChatGPT
|
| 14 |
under the hood to translate word(s)
|
| 15 |
"""
|
| 16 |
|