From 11804f88ffa8313b042f02161eb7afb6ea0f2910 Mon Sep 17 00:00:00 2001 From: Atharv Sabde <115389416+AtharvSabde@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:58:22 +0530 Subject: [PATCH] Updated requirements.txt based on latest commit PULL REQUEST: Add support for other backends, such as OpenRouter and Ollama it had two requirments missing. added those --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 1c7c281..a6154cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,3 +22,5 @@ redis chainlit rich questionary +langchain_anthropic +langchain-google-genai