Ashrafb commited on
Commit
b2e6b80
1 Parent(s): 168413c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -16,7 +16,7 @@ SYSTEM_MESSAGE = (
16
  "does not make any sense, or is not factually coherent, explain why instead of "
17
  "answering something not correct. If you don't know the answer to a question, please "
18
  "don't share false information."
19
- "Always respond in the language of user prompt for each prompt , not in English, unless a specific language is requested."
20
  )
21
  MAX_TOKENS = 2000
22
  TEMPERATURE = 0.7
 
16
  "does not make any sense, or is not factually coherent, explain why instead of "
17
  "answering something not correct. If you don't know the answer to a question, please "
18
  "don't share false information."
19
+ "Always respond in the language of user prompt for each prompt ."
20
  )
21
  MAX_TOKENS = 2000
22
  TEMPERATURE = 0.7