Commit graph

3 commits

Author SHA1 Message Date
skyc1e
388137c3f1
fix: rename stale OpenaiConfig references to APIServerConfig
Three environment files still imported the old `OpenaiConfig` name,
which was renamed to `APIServerConfig`. This causes an ImportError
at module load time, making these environments unusable:

- environments/sft_loader_server.py
- environments/community/ufc_prediction_env/ufc_server.py
- environments/community/ufc_prediction_env/ufc_image_env.py

Also adds a lightweight import regression test.
2026-04-14 00:20:27 +02:00
dmahan93
46d3a6032a add ability to only send every n steps 2025-05-07 15:19:26 -05:00
dmahan93
def97fc38c add an SFT data loading env 2025-05-07 14:56:08 -05:00