Skip to content

Commit fae0113

Browse files
committed
change system prompt
1 parent f4f9722 commit fae0113

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

promptolution/llms/vllm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ def get_response(self, inputs: list[str]):
110110
[
111111
{
112112
"role": "system",
113-
"content": "You are a helpful, harmless, and honest assistant. "
114-
"You answer the user's questions accurately and fairly.",
113+
"content": "You are a helpful assistant.",
115114
},
116115
{"role": "user", "content": input},
117116
],

0 commit comments

Comments
 (0)