next_web_ai/chat/model/
mod.rs

1pub mod chat_model;
2pub mod generation;
3pub mod streaming_chat_model;
4
5pub mod chat_response;