Spaces:
Runtime error
Runtime error
yentinglin
commited on
Commit
•
67df941
1
Parent(s):
55029ff
Update app.py
Browse files
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 = "
|
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)
|