Skip to content

Commit 14409c5

Browse files
committed
fix: npm audit
1 parent d2002bd commit 14409c5

File tree

6 files changed

+135
-370
lines changed

6 files changed

+135
-370
lines changed

README.docker.md

Lines changed: 0 additions & 141 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ make logs
2020
make clean
2121
```
2222

23-
### 需要的环境变量
23+
### 镜像 需要的环境变量
2424

2525
```bash
2626
# Production

README.test-coverage.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/classify-paper.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"category": "System Paper",
33
"confidence": 9,
4-
"explanation": "The paper proposes a novel framework 'Llamdex' that enhances large language models by integrating models trained on domain-specific data through designed connection modules. It emphasizes the design, implementation, and evaluation of this new system with experimental results demonstrating improved accuracy and maintained inference efficiency. This aligns well with a System Paper as it focuses on a prototype framework addressing practical challenges of privacy and utility in domain-specific LLMs."
4+
"explanation": "The paper proposes a novel framework named Llamdex that integrates domain-specific models into large language models while maintaining privacy guarantees. It describes the design and evaluation of this framework, focusing on accuracy improvements, privacy constraints, and inference efficiency. This aligns with a System Paper because it covers the implementation and evaluation of a solid prototype system addressing practical challenges."
55
}

0 commit comments

Comments
 (0)