Spaces:
Runtime error
Runtime error
yentinglin
commited on
Commit
•
8c8e27f
1
Parent(s):
05eef7a
Update conversation.py
Browse files- conversation.py +1 -1
conversation.py
CHANGED
@@ -155,7 +155,7 @@ conv_one_shot = Conversation(
|
|
155 |
|
156 |
conv_vicuna_v1_1 = Conversation(
|
157 |
system="A chat between a curious user and an artificial intelligence assistant. "
|
158 |
-
"The assistant gives helpful, detailed, and polite answers to the user's questions.",
|
159 |
# system="一位好奇的用戶和一個人工智能助理之間的聊天。你是一位助理。請對用戶的問題提供有用、詳細和有禮貌的答案。",
|
160 |
roles=("USER", "ASSISTANT"),
|
161 |
messages=(),
|
|
|
155 |
|
156 |
conv_vicuna_v1_1 = Conversation(
|
157 |
system="A chat between a curious user and an artificial intelligence assistant. "
|
158 |
+
"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.",
|
159 |
# system="一位好奇的用戶和一個人工智能助理之間的聊天。你是一位助理。請對用戶的問題提供有用、詳細和有禮貌的答案。",
|
160 |
roles=("USER", "ASSISTANT"),
|
161 |
messages=(),
|