XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Delete setup.sh

ec20d1fb
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -31
Deleted projects/deepseek4free/setup.sh +0 -31
@@ -1,31 +0,0 @@
1 git clone https://github.com/xtekky/deepseek4free.git
2
3 echo "recursive-include dsk/wasm *" >> ./deepseek4free/MANIFEST.in
4
5 echo "from setuptools import find_packages, setup
6
7 INSTALL_REQUIRE = [
8 'curl-cffi',
9 'wasmtime',
10 'numpy',
11 ]
12
13 DESCRIPTION = (
14 'The official deepseek4free repository | various collection of powerful language models'
15 )
16
17 # Setting up
18 setup(
19 name='dsk',
20 version='0.0.1.0',
21 author='Tekky',
22 author_email='<support@g4f.ai>',
23 description=DESCRIPTION,
24 long_description_content_type='text/markdown',
25 long_description='',
26 packages=find_packages(),
27 include_package_data=True,
28 install_requires=INSTALL_REQUIRE
29 )" >> ./deepseek4free/setup.py
30
31 pip install ./deepseek4free --break-system-packages