diff options
author | Oxbian <oxbian@mailbox.org> | 2025-03-02 18:54:59 -0500 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2025-03-02 18:54:59 -0500 |
commit | 25cf2d92f3198ba7541dad979eca1f9c1238ff04 (patch) | |
tree | 605e4bda26caeaf2e4e5a82c225f0028c22597a9 /src/app/mod.rs | |
parent | 2c03f0c29f582e7c8b2bd99c1ffa0b1ca7c96eff (diff) | |
download | NAI-25cf2d92f3198ba7541dad979eca1f9c1238ff04.tar.gz NAI-25cf2d92f3198ba7541dad979eca1f9c1238ff04.zip |
feat: llama.cpp -> ollama API + reading from stream
Diffstat (limited to 'src/app/mod.rs')
-rw-r--r-- | src/app/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/mod.rs b/src/app/mod.rs index 43763f1..3cff678 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -1 +1,2 @@ pub mod init; +pub mod llm; |