From 78b11edfead64dd10ebfcbabc44733e1856d9a80 Mon Sep 17 00:00:00 2001 From: Marcin Szczyglinski Date: Fri, 8 Dec 2023 18:25:50 +0100 Subject: [PATCH] Improved Code Interpreter --- src/pygpt_net/core/plugin/cmd_code_interpreter/plugin.py | 2 +- src/pygpt_net/core/plugin/cmd_files/plugin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pygpt_net/core/plugin/cmd_code_interpreter/plugin.py b/src/pygpt_net/core/plugin/cmd_code_interpreter/plugin.py index 7566c3a1b..63d0015d8 100644 --- a/src/pygpt_net/core/plugin/cmd_code_interpreter/plugin.py +++ b/src/pygpt_net/core/plugin/cmd_code_interpreter/plugin.py @@ -6,7 +6,7 @@ # GitHub: https://github.com/szczyglis-dev/py-gpt # # MIT License # # Created By : Marcin SzczygliƄski # -# Updated Date: 2023.12.07 19:00:00 # +# Updated Date: 2023.12.08 18:00:00 # # ================================================== # import os.path import subprocess diff --git a/src/pygpt_net/core/plugin/cmd_files/plugin.py b/src/pygpt_net/core/plugin/cmd_files/plugin.py index dad4e9dba..ae27a6aa8 100644 --- a/src/pygpt_net/core/plugin/cmd_files/plugin.py +++ b/src/pygpt_net/core/plugin/cmd_files/plugin.py @@ -6,7 +6,7 @@ # GitHub: https://github.com/szczyglis-dev/py-gpt # # MIT License # # Created By : Marcin SzczygliƄski # -# Updated Date: 2023.12.05 22:00:00 # +# Updated Date: 2023.12.08 18:00:00 # # ================================================== # import os.path from datetime import datetime