mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
4a80c6f58c
Non-OpenAI providers (Mistral, DeepSeek, Groq, etc.) reject unknown request fields with 422 errors. The previous blocklist only excluded Google/Gemini, but the comment already noted this feature is OpenAI-only. Flip to an allowlist so only api.openai.com receives the field. Fixes #1333