From 50530e37f67277b80b6d2ae7224ac2e4c8f54de2 Mon Sep 17 00:00:00 2001 From: AD065 Date: Wed, 5 Mar 2025 11:29:04 +0000 Subject: [PATCH 1/3] Release/0.4.0 --- .vscode/tasks.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .vscode/tasks.json diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..f12145b --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,15 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "type": "npm", + "script": "add-caller", + "path": "ChatRTX_App/ChatRTXUI", + "problemMatcher": [ + "$python" + ], + "label": "npm: add-caller - ChatRTX_App/ChatRTXUI", + "detail": "copyfiles -u 1 node_modules/caller/** dist/win-unpacked/resources/app.asar.unpacked/node_modules" + } + ] +} \ No newline at end of file From a92cb791a7a3d5dd0653db8f1bcdec1129ffba59 Mon Sep 17 00:00:00 2001 From: AD065 Date: Sat, 8 Mar 2025 03:31:40 +0000 Subject: [PATCH 2/3] Release/0.4.0 --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..dcf8123 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "release/0.4.0" + ] +} \ No newline at end of file From 7f2c975ea3ba86e651175944d3da3f7e8537cdc5 Mon Sep 17 00:00:00 2001 From: AD065 Date: Sat, 8 Mar 2025 03:31:47 +0000 Subject: [PATCH 3/3] Release/0.4.0 --- ChatRTX_APIs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChatRTX_APIs/README.md b/ChatRTX_APIs/README.md index 0143d62..3376150 100644 --- a/ChatRTX_APIs/README.md +++ b/ChatRTX_APIs/README.md @@ -45,6 +45,8 @@ The AI models that are supported in this app: pip install ChatRTX-0.4.0-py3-none-any.whl ``` +6. **Install RTX**: Ensure you have an NVIDIA RTX GPU and the latest drivers installed. You can download the drivers from [NVIDIA's website](https://www.nvidia.com/Download/index.aspx). + **Note**: This project will download and install additional third-party open source software projects. Review the license terms of these open source projects before use. ## API Examples