From fecb211130ec487c7c617d28419c6d0097f19783 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sat, 17 May 2025 23:30:07 -0400 Subject: feat: wikipedia module --- src/app.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/app.rs (limited to 'src/app.rs') diff --git a/src/app.rs b/src/app.rs new file mode 100644 index 0000000..8376f8c --- /dev/null +++ b/src/app.rs @@ -0,0 +1,3 @@ +pub mod init; +pub mod llm; +pub mod modules; -- cgit v1.2.3