Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"release/0.4.0"
]
}
15 changes: 15 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
2 changes: 2 additions & 0 deletions ChatRTX_APIs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down