├── LICENSE ├── README.md ├── arena_config.yaml ├── assets └── fight.jpeg ├── llm_arena.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syv-ai/OpenArena/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syv-ai/OpenArena/HEAD/README.md -------------------------------------------------------------------------------- /arena_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syv-ai/OpenArena/HEAD/arena_config.yaml -------------------------------------------------------------------------------- /assets/fight.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syv-ai/OpenArena/HEAD/assets/fight.jpeg -------------------------------------------------------------------------------- /llm_arena.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syv-ai/OpenArena/HEAD/llm_arena.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | aiohttp --------------------------------------------------------------------------------