mirror of
https://github.com/wassname/moral-maps.git
synced 2026-09-24 13:41:05 +08:00
Co-Authored-By: PI[gpt-5.6-terra] <288921227+claudypoo@users.noreply.github.com>
10 lines
285 B
Bash
Executable File
10 lines
285 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
uv run --with 'datasets>=4.0,<5' python scripts/wvs_map.py \
|
|
--api-models openai/gpt-5-nano \
|
|
--api-reasoning-effort low \
|
|
--api-structured-output \
|
|
--api-require-complete \
|
|
--api-concurrency 1 \
|
|
--out slop/research/wvs/20260917_gpt-5-nano_diagnostic.png
|