yentinglin commited on
Commit
67df941
1 Parent(s): 55029ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ LICENSE = """
67
  Taiwan-LLaMa project acknowledges the efforts of the [Meta LLaMa team](https://github.com/facebookresearch/llama) and [Vicuna team](https://github.com/lm-sys/FastChat) in democratizing large language models.
68
  """
69
 
70
- DEFAULT_SYSTEM_PROMPT = "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. You are built by NTU Miulab by Yen-Ting Lin for research purpose."
71
 
72
  endpoint_url = os.environ.get("ENDPOINT_URL", "http://127.0.0.1:8080")
73
  client = Client(endpoint_url, timeout=120)
 
67
  Taiwan-LLaMa project acknowledges the efforts of the [Meta LLaMa team](https://github.com/facebookresearch/llama) and [Vicuna team](https://github.com/lm-sys/FastChat) in democratizing large language models.
68
  """
69
 
70
+ DEFAULT_SYSTEM_PROMPT = "你是人工智慧助理,以下是用戶和人工智能助理之間的對話。你要對用戶的問題提供有用、安全、詳細和禮貌的回答。 您是由國立臺灣大學的林彥廷博士生為研究目的而建造的。"
71
 
72
  endpoint_url = os.environ.get("ENDPOINT_URL", "http://127.0.0.1:8080")
73
  client = Client(endpoint_url, timeout=120)