Skip to content

Commit

Permalink
Beta24 (#25)
Browse files Browse the repository at this point in the history
* beta1

* beta2

* beta3

* beta4

* beta5

* beta6

* beta7

* beta8

* beta9

* beta10

* beta11

* beta12

* beta13

* beta14

* beta15

* beta16

* beta16

* beta19

* beta20

* beta21

* beta22

* beta23

* beta24
  • Loading branch information
Hoshinonyaruko authored Mar 29, 2024
1 parent f010b87 commit 1911628
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,12 @@ jobs:
fi
shell: bash

- name: Setup UPX
- name: Setup UPX on Windows
run: |
if [[ "${{ runner.os }}" == "Windows" ]]; then
Invoke-WebRequest -Uri "https://github.com/upx/upx/releases/download/v3.96/upx-3.96-win64.zip" -OutFile "upx.zip"
Expand-Archive -Path "upx.zip" -DestinationPath "${{ github.workspace }}"
echo "${{ github.workspace }}/upx-3.96-win64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
else
sudo apt-get update
sudo apt-get install -y upx
fi
shell: bash
Invoke-WebRequest -Uri "https://github.com/upx/upx/releases/download/v3.96/upx-3.96-win64.zip" -OutFile "upx.zip"
Expand-Archive -Path "upx.zip" -DestinationPath "${{ github.workspace }}"
echo "${{ github.workspace }}/upx-3.96-win64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
shell: powershell

- name: Compress executable files with UPX (except for gensokyo-android-arm64)
run: |
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://www.github.com/hoshinonyaruko/gensokyo-llm">
<img src="pic/2.png" width="200" height="200" alt="gensokyo-llm">
<img src="pic/2.jpg" width="200" height="200" alt="gensokyo-llm">
</a>
</p>

Expand All @@ -24,6 +24,8 @@ _✨ 适用于Gensokyo以及Onebot的大模型数字人一键端 ✨_

可作为api运行,也可一键接入QQ频道机器人[QQ机器人开放平台](https://q.qq.com)

可转换gpt的sse类型,递增还是只发新增的sse

## 使用方法
使用命令行运行gensokyo-llm可执行程序

Expand Down

0 comments on commit 1911628

Please sign in to comment.