Multi-Agent Language Game Environments for Large Language Models
Project description
Prepare environment
pip install -r requirements.txt
Need to assign the OPENAI_API_KEY
export OPENAI_API_KEY=""
To start a game, use the ipython and type the following codes line by line.
from chatarena.arena import Arena
arena = Arena.from_config("examples/chameleon-inter.json")
arena.launch_cli()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
llm-agent-0.2.0.tar.gz
(92.7 kB
view hashes)