Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub mod cloud_model; 2 3pub use anthropic::Model as AnthropicModel; 4pub use cloud_model::*; 5pub use lmstudio::Model as LmStudioModel; 6pub use ollama::Model as OllamaModel; 7pub use open_ai::Model as OpenAiModel;