There are three key steps that need to be completed to run the demo:
- environmental preparation: After installing Python, execute
pip install langchain openai tiktoken coloramaInstalling core dependencies - API Configuration::
- exist
./utilize/apis.pyAdd the OpenAI API key to theapi_keys_list - establish
access_token.txtFile storage of TMDB access tokens
- exist
- triggering program: Execute command
python run_tmdb.py --model_name 'gpt-3.5-turbo' --log_file './log_file.json', where the dataset file path needs to be specified. The system will automatically record the logs of intelligent body interactions and complete the movie query task through multi-agent collaboration.
This answer comes from the articleCoAgents: a framework for learning to use tools through multi-intelligence collaborationThe

































