From 4a4a25c85b53ca3c9ffa87bf16e0ceda848ab9c0 Mon Sep 17 00:00:00 2001 From: Sanveer Singh Osahan Date: Wed, 2 Jul 2025 10:08:44 +0530 Subject: [PATCH] Adding support for LLM Customisation --- README.md | 18 +++++++++++++- stagehand/config.py | 6 ++--- stagehand/llm/client.py | 2 +- stagehand/main.py | 10 +++----- tests/unit/llm/test_llm_integration.py | 1 + tests/unit/test_client_api.py | 2 +- tests/unit/test_client_initialization.py | 31 +++++++++++++++++++++++- 7 files changed, 57 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c2ca68e..b94764c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -
+from litellm.proxy.client.cli.commands.models import models