plano/crates/brightstaff/src
Salman Paracha f00870dccb
adding support for claude code routing (#575)
* fixed for claude code routing. first commit

* removing redundant enum tags for cache_control

* making sure that claude code can run via the archgw cli

* fixing broken config

* adding a README.md and updated the cli to use more of our defined patterns for params

* fixed config.yaml

* minor fixes to make sure PR is clean. Ready to ship

* adding claude-sonnet-4-5 to the config

* fixes based on PR

* fixed alias for README

* fixed 400 error handling tests, now that we write temperature to 1.0 for GPT-5

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-257.local>
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-09-29 19:23:08 -07:00
..
handlers adding support for claude code routing (#575) 2025-09-29 19:23:08 -07:00
router updating the implementation of /v1/chat/completions to use the generi… (#548) 2025-08-20 12:55:29 -07:00
utils trim conversation if it exceed max limit of what router model can handle (#488) 2025-05-27 20:28:22 -07:00
lib.rs trim conversation if it exceed max limit of what router model can handle (#488) 2025-05-27 20:28:22 -07:00
main.rs adding support for model aliases in archgw (#566) 2025-09-16 11:12:08 -07:00