Skip to content

Based on the reproducing consensus llm project made by Vishnu, this repo aimed to test different prompt for flocking

Notifications You must be signed in to change notification settings

peihanli0328/llm-flocking-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproducing Results: Multi-Agent Coonsensus 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

Based on the reproducing consensus llm project made by Vishnu, this repo aimed to test different prompt for flocking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%