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