Farama-Foundation / chatarena

ChatArena (or Chat Arena) is a Multi-Agent Language Game Environments for LLMs. The goal is to develop communication and collaboration capabilities of AIs.
Apache License 2.0
1.33k stars 129 forks source link

Umshini environments bugfixes, Azure OpenAI support #47

Closed elliottower closed 1 year ago

elliottower commented 1 year ago

This PR does a few minor fixes to the environments such as UI errors and changing the pyproject.toml optional to chatarena[umshini] from chatarena[umshini_requirements], and adds support for using Azure OpenAI for the environments' internal moderation LLMs (as this is what we will be using for the tournaments).

yuxiang-wu commented 1 year ago

We will need to reopen this PR and merge it again for the AzureOpenAI fix