From 2e080e3c493dbc1a55bf9f925a5d28452000aab0 Mon Sep 17 00:00:00 2001 From: Arnav Singhvi Date: Sat, 9 Mar 2024 11:25:54 -0800 Subject: [PATCH] trace patch --- dsp/utils/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsp/utils/settings.py b/dsp/utils/settings.py index 1de0ada7e..0d0846800 100644 --- a/dsp/utils/settings.py +++ b/dsp/utils/settings.py @@ -36,7 +36,7 @@ def __new__(cls): force_reuse_cached_compilation=False, compiling=False, skip_logprobs=False, - trace=None, + trace=[], release=0, log_openai_usage=False, bypass_assert=False,