From 5d5f7df29cd91c588017b5424f511712c11243fe Mon Sep 17 00:00:00 2001 From: Kingjux <154667110+Kingjux@users.noreply.github.com> Date: Thu, 16 May 2024 18:43:47 +0300 Subject: [PATCH] Update app.json --- app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.json b/app.json index 0867e788..d864fc13 100644 --- a/app.json +++ b/app.json @@ -74,6 +74,10 @@ "required": false, "value": "false" }, + "OPEN_API_KEY": { + "description": "put your OPEN_API_KEY here to access chatgpt.", + "value": "sk-proj-nzj66xdSVURMqSV8EBvpT3BlbkFJrw4a1XClnXyLUzoVftJV" + }, "READ_MESSAGE": { "description": "Fill the value true if you want bot to read all messages.", "required": false,