Skip to content

Commit

Permalink
readne update
Browse files Browse the repository at this point in the history
  • Loading branch information
starpig1129 committed Sep 21, 2024
1 parent 66470d5 commit c799580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ShareLMAPI 是一個本地語言模型共享 API,使用 FastAPI 提供接口
### 1. 克隆存儲庫

```bash
git https://github.com/starpig1129/ShareLMAPI.git
git clone https://github.com/yourusername/ShareLMAPI.git
cd ShareLMAPI
```

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="ShareLMAPI", # 套件的名稱
version="0.1.1", # 套件的版本
author="starpig1129",
author=",
author_email="james911129@gmail.com",
description="A local language model API for sharing models between programs.",
long_description=open("README.md").read(),
Expand Down

0 comments on commit c799580

Please sign in to comment.