From 17dd4a2a7d5fa77fa84ca257b6c95ff1756d6c6a Mon Sep 17 00:00:00 2001 From: Shroominic Date: Sun, 11 Feb 2024 18:54:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20comment=20out=20coming=20soon=20?= =?UTF-8?q?feature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/funcchain/schema/signature.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/funcchain/schema/signature.py b/src/funcchain/schema/signature.py index 778aaba..1e81073 100644 --- a/src/funcchain/schema/signature.py +++ b/src/funcchain/schema/signature.py @@ -30,8 +30,8 @@ class Signature(BaseModel): settings: FuncchainSettings = Field(default=settings) """ Local settings to override global settings. """ - auto_tune: bool = Field(default=False) - """ Whether to auto tune the prompt using dspy. """ + # auto_tune: bool = Field(default=False) + # """ Whether to auto tune the prompt using dspy. """ class Config: arbitrary_types_allowed = True