hhoh commited on
Commit
fb6ac98
·
verified ·
1 Parent(s): dc42837

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -35,9 +35,9 @@ Assistant:
35
  """
36
 
37
  # For English to Chinese translation, use:
38
- query = "Translate the flowing text into Chinese, do not explain:\n{}"
39
  # For Chinese to English translation, use:
40
- # query = "Translate the flowing 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))
 
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))