Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andthattoo committed Aug 15, 2024
1 parent 90a11b5 commit 72ef598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.idea/
.env
target/
Cargo.lock
Cargo.lock
metadata.json
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ mod memory;
mod program;
mod tools;

pub use ollama_rs;
pub use memory::types::Entry;
pub use memory::ProgramMemory;
pub use ollama_rs;
pub use program::{
atomics::{Model, ModelProvider},
executor::Executor,
Expand Down

0 comments on commit 72ef598

Please sign in to comment.