llmrust 0.1.1

Unified Rust interface for 7 LLM providers (OpenAI, Anthropic, DeepSeek, Google Gemini, Ollama, Moonshot, OpenRouter) with HTTP proxy
Documentation
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
     Running unittests src\lib.rs (target\debug\deps\llmrust-1a9c57464c2ad480.exe)

running 1 test
test providers::compat::tests::openai_compatible_embed_posts_to_embeddings_endpoint ... FAILED

failures:

---- providers::compat::tests::openai_compatible_embed_posts_to_embeddings_endpoint stdout ----

thread 'providers::compat::tests::openai_compatible_embed_posts_to_embeddings_endpoint' (18556) panicked at src\providers\compat.rs:1115:36:
embed should succeed: Api { status: 502, message: "" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    providers::compat::tests::openai_compatible_embed_posts_to_embeddings_endpoint

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 170 filtered out; finished in 0.58s

error: test failed, to rerun pass `--lib`