Installation and Configuration Process
environmental preparation
First you need to prepare the Python 3.11 environment and the necessary API key.
step by step
- Create a virtual environment:
via the commandconda create -n OmniThink python=3.11Creating a stand-alone environment - Cloning Project:
fulfillmentgit clone https://github.com/zjunlp/OmniThink.gitDownload source code - Install the dependencies:
Go to the project directory and runpip install -r requirements.txt - Configure the key:
Two key environment variables need to be set:export OPENAI_API_KEY=你的API_KEYexport SEARCHKEY=你的搜索KEY
- Run the program:
fulfillmentsh run.shcommand to start the generation process
output result
The generated articles, outlines and mind maps are automatically saved in the./results/Catalog.
This answer comes from the articleOmniThink: a writing framework for generating high-quality long articles, searching for external knowledge and then reflecting on it and building a knowledge tree step by stepThe































