Skip to content

Reproducing the results of Westlake Intelligent Robotics' Consensus LLM Paper

Notifications You must be signed in to change notification settings

humboldt123/reproducing-consensus-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproducing Results: Multi-Agent Consensus Seeking via Large Language Models

Reproducing the results of Westlake Intelligent Robotics' Consensus LLM Paper

Prerequisites

  • Make sure you have Python installed
  • This project has a few dependencies, install them with pip install -r requirements.txt
  • You'll also need one or more valid OpenAI API keys. When you have them in hand, create a file titled secrets.yml and add them in the following format:
    api_keys:
        0: "sk-YourFirstAPIKeyHere"
        1: "sk-YourSecondAPIKeyHere"
        2: "sk-YourThirdAPIKeyHere"

About

Reproducing the results of Westlake Intelligent Robotics' Consensus LLM Paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages