--- title: Chat Robot emoji: 📊 colorFrom: indigo colorTo: yellow sdk: gradio sdk_version: 3.27.0 app_file: app.py pinned: false license: apache-2.0 --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference ## 环境依赖 python3 ## 安装依赖 ```shell pip install -r requirments python -m spacy download zh_core_web_sm ``` ## 运行命令 ```shell export OPENAI_API_KEY=sk-... python -m app.py ```