返回提交历史
Modified
.github/workflows/build-packages.yml
+5
-7
Deleted
winget/manifests/t/Tekky/g4f/Tekky.g4f.installer.yaml
+0
-21
Deleted
winget/manifests/t/Tekky/g4f/Tekky.g4f.locale.en-US.yaml
+0
-43
Deleted
winget/manifests/t/Tekky/g4f/Tekky.g4f.yaml
+0
-5
XFEstudio/gpt4free
Update build packages
a9098271
代码差异
4 个文件
+5
-76
@@ -11,8 +11,6 @@ on:
11
11
required: false
12
12
type: string
13
13
14
env:
15
G4F_VERSION: ${{ github.ref_name || inputs.version || '0.0.0-dev' }}
16
14
17
15
jobs:
18
16
prepare:
@@ -26,18 +24,18 @@ jobs:
26
24
id: version
27
25
run: |
28
26
if [[ "${{ github.ref }}" =~ ^refs/tags/ ]]; then
29
VERSION="${{ github.ref_name }}"
27
G4F_VERSION="${{ github.ref_name }}"
30
28
IS_RELEASE="true"
31
29
elif [[ -n "${{ inputs.version }}" ]]; then
32
VERSION="${{ inputs.version }}"
30
G4F_VERSION="${{ inputs.version }}"
33
31
IS_RELEASE="false"
34
32
else
35
VERSION="0.0.0-dev"
33
G4F_VERSION="0.0.0-dev"
36
34
IS_RELEASE="false"
37
35
fi
38
echo "version=${VERSION}" >> $GITHUB_OUTPUT
36
echo "version=${G4F_VERSION}" >> $GITHUB_OUTPUT
39
37
echo "is_release=${IS_RELEASE}" >> $GITHUB_OUTPUT
40
echo "Building version: ${VERSION}"
38
echo "Building version: ${G4F_VERSION}"
41
39
42
40
# PyPI Package
43
41
build-pypi:
@@ -1,21 +0,0 @@
1
PackageIdentifier: g4f
2
PackageVersion: __VERSION__
3
Installers:
4
- Architecture: x64
5
InstallerType: exe
6
InstallerUrl: https://github.com/xtekky/gpt4free/releases/download/__VERSION__/g4f-windows-__VERSION__.exe
7
InstallerSha256: __SHA256__
8
InstallerSwitches:
9
Silent: /S
10
SilentWithProgress: /S
11
ProductCode: '{g4f}'
12
- Architecture: x86
13
InstallerType: exe
14
InstallerUrl: https://github.com/xtekky/gpt4free/releases/download/__VERSION__/g4f-windows-__VERSION__.exe
15
InstallerSha256: __SHA256__
16
InstallerSwitches:
17
Silent: /S
18
SilentWithProgress: /S
19
ProductCode: '{g4f}'
20
ManifestType: installer
21
ManifestVersion: 1.4.0
@@ -1,43 +0,0 @@
1
PackageIdentifier: g4f
2
PackageVersion: __VERSION__
3
PackageLocale: en-US
4
Publisher: Tekky
5
PublisherUrl: https://github.com/xtekky
6
PublisherSupportUrl: https://github.com/xtekky/gpt4free/issues
7
PackageName: g4f
8
PackageUrl: https://github.com/xtekky/gpt4free
9
License: GPL-3.0
10
LicenseUrl: https://github.com/xtekky/gpt4free/blob/main/LICENSE
11
Copyright: Copyright (c) 2023 Tekky
12
ShortDescription: The official gpt4free repository
13
Description: Various collection of powerful language models. Access to GPT-4, GPT-3.5, Claude, Gemini and other AI models for free through multiple providers.
14
Moniker: g4f
15
Tags:
16
- ai
17
- artificial-intelligence
18
- chatgpt
19
- gpt
20
- gpt-4
21
- openai
22
- free
23
- client
24
- sdk
25
- chat
26
- llm
27
- language-model
28
- claude
29
- gemini
30
- api
31
ReleaseNotes: |
32
Release notes for g4f __VERSION__
33
34
Features:
35
- Access to 108+ AI providers
36
- Free GPT-4, GPT-3.5, Claude, Gemini access
37
- Python client library and CLI
38
- Web interface and API server
39
40
See full release notes at: https://github.com/xtekky/gpt4free/releases/tag/__VERSION__
41
ReleaseNotesUrl: https://github.com/xtekky/gpt4free/releases/tag/__VERSION__
42
ManifestType: defaultLocale
43
ManifestVersion: 1.4.0
@@ -1,5 +0,0 @@
1
PackageIdentifier: g4f
2
PackageVersion: __VERSION__
3
DefaultLocale: en-US
4
ManifestType: version
5
ManifestVersion: 1.4.0