Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub mod auth; 2pub mod completion; 3pub mod embedding; 4pub mod model; 5 6pub use completion::*; 7pub use embedding::*; 8pub use model::OpenAILanguageModel;