We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f9722 commit fae0113Copy full SHA for fae0113
promptolution/llms/vllm.py
@@ -110,8 +110,7 @@ def get_response(self, inputs: list[str]):
110
[
111
{
112
"role": "system",
113
- "content": "You are a helpful, harmless, and honest assistant. "
114
- "You answer the user's questions accurately and fairly.",
+ "content": "You are a helpful assistant.",
115
},
116
{"role": "user", "content": input},
117
],
0 commit comments