Update README.md

This commit is contained in:
Yuqi Zhu
2023-06-24 02:53:59 +08:00
committed by GitHub
parent 1a96d0ac40
commit 371b0f442a

View File

@@ -100,7 +100,7 @@ python VINE_prompts.py
Our AutoKG code is based on [CAMEL: Communicative Agents for “Mind” Exploration of Large Scale Language Model Society]( https://github.com/lightaime/camel) and a [LangChain](https://python.langchain.com/docs/use_cases/agents/camel_role_playing) implementation of the paper, you can get more details through this link.
- Change the OPENAI_API_KEY in `Autokg.py`
- Change the SERPAPI_API_KEY in `RE_CAMEL.py` .( You can find details in [serpapi](https://python.langchain.com/docs/ecosystem/integrations/serpapi) )
- Change the SERPAPI_API_KEY in `RE_CAMEL.py` .( You can get more information in [serpapi](https://python.langchain.com/docs/ecosystem/integrations/serpapi) )
Run the `Autokg.py` script.