Update README.md
Browse files
README.md
CHANGED
|
@@ -35,9 +35,9 @@ Assistant:
|
|
| 35 |
"""
|
| 36 |
|
| 37 |
# For English to Chinese translation, use:
|
| 38 |
-
query = "Translate the
|
| 39 |
# For Chinese to English translation, use:
|
| 40 |
-
# query = "Translate the
|
| 41 |
|
| 42 |
src_text = "Plants make oxygen which humans breathe, and they take in carbon-dioxide which humans exhale (that is, breathe out)."
|
| 43 |
prompt = system_prompt.format(query.format(src_text))
|
|
|
|
| 35 |
"""
|
| 36 |
|
| 37 |
# For English to Chinese translation, use:
|
| 38 |
+
query = "Translate the following text into Chinese, do not explain:\n{}"
|
| 39 |
# For Chinese to English translation, use:
|
| 40 |
+
# query = "Translate the following text into English, do not explain:\n{}"
|
| 41 |
|
| 42 |
src_text = "Plants make oxygen which humans breathe, and they take in carbon-dioxide which humans exhale (that is, breathe out)."
|
| 43 |
prompt = system_prompt.format(query.format(src_text))
|