
Closes #16544 Release Notes: - Added support for AWS Bedrock to the Assistant. --------- Co-authored-by: Marshall Bowers <git@maxdeviant.com> Co-authored-by: Anthony <anthony@zed.dev> Co-authored-by: Anthony Eid <hello@anthonyeid.me>
10 lines
175 B
Rust
10 lines
175 B
Rust
pub mod anthropic;
|
|
pub mod bedrock;
|
|
pub mod cloud;
|
|
pub mod copilot_chat;
|
|
pub mod deepseek;
|
|
pub mod google;
|
|
pub mod lmstudio;
|
|
pub mod mistral;
|
|
pub mod ollama;
|
|
pub mod open_ai;
|