From 8f1b3c8e7ce8dd2a6c6737faffeb330c0aa0ebc2 Mon Sep 17 00:00:00 2001 From: Abraham Date: Sun, 16 Apr 2023 17:24:05 +0500 Subject: [PATCH] chat-gpt-3.5-turbo fix --- dev.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.env b/dev.env index 5067b9d..4f357f2 100644 --- a/dev.env +++ b/dev.env @@ -1,2 +1,2 @@ -PICOVOICE_TOKEN=***REMOVED*** -OPENAI_TOKEN=***REMOVED*** \ No newline at end of file +PICOVOICE_TOKEN=<тут ключ-picovoice> +OPENAI_TOKEN=<тут ключ-openai> \ No newline at end of file