From d7f5ace8525472a14ee1e6b690ddcf4d8ae85081 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Tue, 21 Jan 2025 15:22:38 -0500 Subject: [PATCH] use chatlas from github --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 536eafd2..a3b0d12f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,8 @@ git = ["pre-commit"] lint = ["ruff", "pyright"] test = ["rsconnect-python", "responses", "pytest", "pyjson5"] llm = [ - "chatlas@git+https://github.com/posit-dev/chatlas@main; python_version>='3.9'", + # "chatlas@git+https://github.com/posit-dev/chatlas@main; python_version>='3.9'", + "chatlas; python_version>='3.9'", "anthropic[bedrock]", "shiny", "faicons",