jeremychone / rust-genai

Rust multiprovider generative AI client (Ollama, OpenAi, Anthropic, Groq, Gemini, Cohere, ...)
Apache License 2.0
202 stars 45 forks source link

make webc public #12

Closed tusharmath closed 2 months ago

tusharmath commented 2 months ago

The error::Error contains references to the webc::Error type

jeremychone commented 2 months ago

@tusharmath Cool, good catch.

FYI: I will merge this one, but add another commit to make sure only webc::Error get expose outside of the lib.

Thanks