evgenyigumnov / rustsn

This Rust-based tool generates, compiles, and tests code using LLMs, resolves dependencies, and provides explanations of existing code through embeddings.
Apache License 2.0
59 stars 15 forks source link

Replace current interaction with LLMs by Langchain-rust #18

Open evgenyigumnov opened 1 month ago

evgenyigumnov commented 1 month ago
  1. Rewrite llm_api.rs to "langchain-rust"
  2. Support LLM list:
    • OpenAi
    • Ollama
    • Anthropic Claude
    • Azure OpenAi
rizgan commented 1 month ago

Could you assign this issue to me?