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
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ const auto K_SYSTEMUSER_1ST_USER_HAS_PREFIX = "systemuser-1st-user-has-prefix";
|
||||||
const auto K_REVERSE_PROMPT = "reverse-prompt";
|
const auto K_REVERSE_PROMPT = "reverse-prompt";
|
||||||
|
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::ordered_json;
|
||||||
|
|
||||||
json conMeta;
|
json conMeta;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue