Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 344 Bytes

File metadata and controls

15 lines (12 loc) · 344 Bytes

readme

This is the Repository of the follwing paper: ChatClimate: Grounding conversational AI in climate science

  1. Modify OPENAI_API_KEY in the notebook.
chat_api_list = ["Add you API KEY for OPENAI"]
os.environ["OPENAI_API_KEY"] = chat_api_list[0]
  1. Conduct customized Question Answering
Run The notebook