From 33cc134272a27e8dcc242023db2008cbd1d86450 Mon Sep 17 00:00:00 2001 From: jackfood Date: Sat, 16 Sep 2023 22:45:21 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53023c2..d7a7351 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ To get started, follow these steps: Follow the on-screen instructions. You can enter text input, and the AI will respond accordingly. It can also auto execute Python code by including it within triple backticks or (python) and (). The Python code will be executed, and the result will be displayed. ## Important Notes +Do note that the stability depends on the free provider from ##gtp4free. + To exit the chat engine, type 'exit' when prompted for input. Extracted Python code blocks are saved in aipythonanswer.txt and utf8.txt. pip.txt contains any extracted pip install package names.