An open API service indexing awesome lists of open source software.

https://github.com/bekaboo/sotopia-tom

Sotopia (https://github.com/sotopia-lab/sotopia) with theory of mind
https://github.com/bekaboo/sotopia-tom

Last synced: 3 months ago
JSON representation

Sotopia (https://github.com/sotopia-lab/sotopia) with theory of mind

Awesome Lists containing this project

README

          

# Sotopia-ToM

## Generate Scenarios

1. Either export openai api key in environment variable `OPENAI_API_KEY` or specify it using the `--openai-api-key`:

```sh
export OPENAI_API_KEY=...
# or
./gen_scenarios.py --openai-api-key [domains ...]
```

2. Run

```sh
./gen_scenarios.py [domains ...]
```

To generate and save scenarios in given domains in `generated//`

e.g.

```sh
./gen_scenarios.py Legal Education Finance
```