Private
Public Access
1
0
Commit Graph

4 Commits

Author SHA1 Message Date
5335b5c28f Add support for openrouter reasoning + refactor
Started work to make it possible to pass in per-model reasoning config
Cleaned up how we instantiate RequestParameters (TBD: remove
RequestParameters?)
2025-07-29 00:55:28 +00:00
54da088dee Updated openai base url
Some providers don't expect `/v1/chat/completions` but instead
`/v1/openai/chat/completions`
2025-07-28 23:45:08 +00:00
9372c1d2c0 Rough-in support for deepseeek-style separate reasoning output 2025-01-25 19:18:52 +00:00
0384c7cb66 Large refactor - it compiles!
This refactor splits out all conversation concerns into a new
`conversation` package. There is now a split between `conversation` and
`api`s representation of `Message`, the latter storing the minimum
information required for interaction with LLM providers. There is
necessary conversation between the two when making LLM calls.
2024-10-22 17:53:13 +00:00