Compare commits

..

21 Commits

Author SHA1 Message Date
lloydzhou
143fdf4c9d Merge branch 'main' into website 2024-10-16 00:46:25 +08:00
lloydzhou
37e48b431d Merge remote-tracking branch 'origin/main' into website 2024-10-15 17:29:42 +08:00
lloydzhou
463fa743e9 update version
Some checks are pending
Run Tests / test (push) Waiting to run
2024-10-15 16:10:44 +08:00
lloydzhou
eed651ddde Merge branch 'main' into website 2024-10-10 12:56:59 +08:00
lloydzhou
22fa98d73d Merge branch 'main' into website 2024-10-09 19:34:01 +08:00
lloydzhou
7d3b5f1ac8 Merge remote-tracking branch 'origin/main' into website 2024-09-26 13:57:05 +08:00
lloydzhou
1df5a16141 Merge remote-tracking branch 'origin/main' into website 2024-09-25 15:54:41 +08:00
lloydzhou
2b944b154c hotfix openai function call tool_calls no index 2024-09-22 19:09:28 +08:00
lloydzhou
9b7cb795ca hotfix openai function call tool_calls no index 2024-09-22 19:09:18 +08:00
lloydzhou
20ae4f54e6 Merge remote-tracking branch 'origin/main' into website 2024-09-13 17:41:44 +08:00
lloydzhou
78facb282b Merge remote-tracking branch 'origin/main' into website 2024-09-07 22:13:20 +08:00
lloydzhou
6f3d7530b9 Merge remote-tracking branch 'origin/main' into website 2024-09-06 20:18:21 +08:00
lloydzhou
5e1064a5c8 Merge branch 'main' into website 2024-08-16 16:58:30 +08:00
lloydzhou
faac0d9817 Merge remote-tracking branch 'origin/main' into website 2024-08-06 22:45:16 +08:00
lloydzhou
c440637ad0 Merge remote-tracking branch 'origin/main' into website 2024-07-27 01:32:47 +08:00
lloydzhou
284d33bcdf Merge remote-tracking branch 'origin/main' into website 2024-07-19 18:37:32 +08:00
lloydzhou
d9573973ca Merge remote-tracking branch 'origin/main' into website 2024-07-13 21:31:15 +08:00
fred-bf
cd354cf045 Merge pull request #4685 from ChatGPTNextWeb/main
feat: update upstream
2024-05-14 17:40:46 +08:00
fred-bf
1cce87acaa Merge pull request #4181 from ChatGPTNextWeb/main
merge main
2024-03-01 11:10:11 +08:00
fred-bf
78c4084501 Merge pull request #4148 from ChatGPTNextWeb/main
feat: catch up latest commit
2024-02-27 10:43:15 +08:00
Fred Liang
1d0a40b9e8 chore: low the google safety setting to avoid unexpected blocking 2023-12-31 19:50:06 +08:00

View File

@@ -40,9 +40,15 @@ jobs:
fail-fast: false
matrix:
config:
- os: self-hosted
- os: ubuntu-latest
arch: x86_64
rust_target: x86_64-unknown-linux-gnu
- os: macos-latest
arch: aarch64
rust_target: aarch64-unknown-linux-gnu
rust_target: x86_64-apple-darwin,aarch64-apple-darwin
- os: windows-latest
arch: x86_64
rust_target: x86_64-pc-windows-msvc
runs-on: ${{ matrix.config.os }}
steps:
@@ -79,7 +85,7 @@ jobs:
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
with:
releaseId: ${{ needs.create-release.outputs.release_id }}
args: ${{ matrix.config.os == 'macos-latest' && '--target universal-apple-darwin' || matrix.config.os == 'ubuntu-latest' && matrix.config.arch == 'aarch64' && '--target aarch64-unknown-linux-gnu' || '' }}
args: ${{ matrix.config.os == 'macos-latest' && '--target universal-apple-darwin' || '' }}
publish-release:
permissions: