From 760cc4f8c5b6194dd35d2536d71e55ed0b701279 Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Thu, 27 Feb 2025 20:26:45 +0800 Subject: [PATCH] littel change 1 --- _thingking.bat | 4 +++- reasoning_log.json | 1 - src/{plugins/chat => gui}/reasoning_gui.py | 0 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 reasoning_log.json rename src/{plugins/chat => gui}/reasoning_gui.py (100%) diff --git a/_thingking.bat b/_thingking.bat index b4558ba18..a134da6fe 100644 --- a/_thingking.bat +++ b/_thingking.bat @@ -1,3 +1,5 @@ call conda activate niuniu -cd . +cd src\gui +start /b python reasoning_gui.py +exit diff --git a/reasoning_log.json b/reasoning_log.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/reasoning_log.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/src/plugins/chat/reasoning_gui.py b/src/gui/reasoning_gui.py similarity index 100% rename from src/plugins/chat/reasoning_gui.py rename to src/gui/reasoning_gui.py