hiyouga commited on
Commit
237e017
1 Parent(s): 7802d6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ TITLE = "<h1><center>Chat with Llama3-8B-Chinese-Chat-v2.1</center></h1>"
9
 
10
  DESCRIPTION = "<h3><center>Visit <a href='https://huggingface.co/shenzhi-wang/Llama3-8B-Chinese-Chat' target='_blank'>our model page</a> for details.</center></h3>"
11
 
12
- DEFAULT_SYSTEM = "You are a helpful assistant."
13
 
14
  TOOL_EXAMPLE = '''You have access to the following tools:
15
  ```python
 
9
 
10
  DESCRIPTION = "<h3><center>Visit <a href='https://huggingface.co/shenzhi-wang/Llama3-8B-Chinese-Chat' target='_blank'>our model page</a> for details.</center></h3>"
11
 
12
+ DEFAULT_SYSTEM = "You are Llama-3, developed by an independent team. You are a helpful assistant."
13
 
14
  TOOL_EXAMPLE = '''You have access to the following tools:
15
  ```python