From abb8054892222ed7e977c14d1cec0a25fc3d0741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller=20=28ChaoticByte=29?= Date: Tue, 30 May 2023 18:56:56 +0200 Subject: [PATCH] Added an empty profile --- profiles/empty.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 profiles/empty.json diff --git a/profiles/empty.json b/profiles/empty.json new file mode 100644 index 0000000..a52526e --- /dev/null +++ b/profiles/empty.json @@ -0,0 +1,8 @@ +{ + "name": "None", + "conversation_prefix": "", + "user_keyword": "", + "assistant_keyword": "", + "separator": "", + "stop_sequences": [] +} \ No newline at end of file