Abraxas-365 / langchain-rust

🦜️🔗LangChain for Rust, the easiest way to write LLM-based programs in Rust
MIT License
491 stars 63 forks source link

fix: make ollama_rs crate visible #165

Closed flaviodelgrosso closed 3 months ago

flaviodelgrosso commented 3 months ago

Issue: The modules in the ollama_rs library are inaccessible. As a result, creating for example generation options to pass to the .with_options method of the Ollama client is not possible.

This pull request resolves the visibility issue with the ollama_rs crate, making it accessible for use.