ChatON: switch to ordered_json from json library
to be in sync with the json namespace in server.
This commit is contained in:
parent
a630564c48
commit
58e1ff16bc
|
|
@ -82,7 +82,7 @@ const auto K_SYSTEMUSER_1ST_USER_HAS_PREFIX = "systemuser-1st-user-has-prefix";
|
|||
const auto K_REVERSE_PROMPT = "reverse-prompt";
|
||||
|
||||
|
||||
using json = nlohmann::json;
|
||||
using json = nlohmann::ordered_json;
|
||||
|
||||
json conMeta;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue