Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 258 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 258 Bytes
  1. 安装关联包
pip install -r requirements.txt
  1. 引入OPENAI_API_KEY
export OPENAI_API_KEY={your-api-key}
# or
os.environ["OPENAI_API_KEY"] = {your-api-key}
  1. 进行问答
python3 embedding.py 
python3 qa.py