返回提交历史
Added
.gitpod.yml
+7
-0
XFEstudio/gpt4free
Create .gitpod.yml
added gitpod configuration file , which is missing in this repo
509a2b07
代码差异
1 个文件
+7
-0
@@ -0,0 +1,7 @@
1
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
2
# and commit this file to your remote git repository to share the goodness with others.
3
4
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
5
6
tasks:
7
- init: pip install -r requirements.txt