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 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 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