Branches (1)

main (default)

5eba5d4 feat(openai-compat): add dialect support

Click to expand commit body
Add Dialect type and parsing to support provider-specific
request/response handling for reasoning/thinking content.

- Map config dialects to starlet Dialect variants
- Support: generic, together, groq, cerebras, llamacpp, tags
- Remove old manual HTTP client code (now fully migrated)

The Generic dialect remains the default for most providers.

Amolith created