peichao.dong commited on
Commit
6ee4cc4
1 Parent(s): ebd41b5

update ReadMe

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -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
  ```