mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-18 04:41:56 +00:00
The xAI image-gen provider was DOA from PR #14765 onward — every request 422'd because the resolution param was being mapped to '1024'/'2048' but xAI's API expects the literal strings '1k'/'2k'. PR #18678 fixed the mapping; this test asserts the wire payload carries the literal so the regression cannot recur silently. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_openai_codex_provider.py | ||
| test_openai_provider.py | ||
| test_xai_provider.py | ||