Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
AB-TW
/
team-ai
like
2
Runtime error
App
Files
Files
Community
peichao.dong
commited on
May 11, 2023
Commit
6ee4cc4
•
1 Parent(s):
ebd41b5
update ReadMe
Browse files
Files changed (1)
hide
show
README.md
+1
-0
README.md
CHANGED
Viewed
@@ -24,5 +24,6 @@ pip install -r requirments
24
## 运行命令
25
26
```shell
27
python -m app.py
28
```
24
## 运行命令
25
26
```shell
27
+
export OPENAI_API_KEY=sk-...
28
python -m app.py
29
```