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 59484c6 commit 712c2e9Copy full SHA for 712c2e9
examples/server/api_like_OAI.py
@@ -54,7 +54,7 @@ def convert_chat(messages):
54
for line in messages:
55
if (line["role"] == "system"):
56
try:
57
- conv.set_system_msg(line["content"])
+ conv.set_system_message(line["content"])
58
except Exception:
59
pass
60
elif (line["role"] == "user"):
0 commit comments