Skip to content

Commit f911579

Browse files
committed
ChatON: switch to ordered_json from json library
to be in sync with the json namespace in server.
1 parent 929ea5c commit f911579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/chaton.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const auto K_SYSTEMUSER_1ST_USER_HAS_PREFIX = "systemuser-1st-user-has-prefix";
8282
const auto K_REVERSE_PROMPT = "reverse-prompt";
8383

8484

85-
using json = nlohmann::json;
85+
using json = nlohmann::ordered_json;
8686

8787
json conMeta;
8888

0 commit comments

Comments
 (0)