Add the llama client types and the chat request builder

Implemented-By: Laguna S 2.1 (OpenCode)
This commit is contained in:
2026-09-18 02:40:35 -07:00
parent f58c29e707
commit f48999306e
5 changed files with 503 additions and 0 deletions
+1
View File
@@ -2,4 +2,5 @@
pub mod config;
pub mod http;
pub mod llama;
pub mod sse;