Skip to content

Commit

Permalink
Improved Code Interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
szczyglis-dev committed Dec 8, 2023
1 parent fb71adf commit 78b11ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pygpt_net/core/plugin/cmd_code_interpreter/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/pygpt_net/core/plugin/cmd_files/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78b11ed

Please sign in to comment.