ChatON: switch to ordered_json from json library

to be in sync with the json namespace in server.
This commit is contained in:
HanishKVC 2024-04-26 09:46:00 +05:30
parent a630564c48
commit 58e1ff16bc

View file

@ -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;