remove defaulting none if not langfuse
This commit is contained in:
parent
3426f23452
commit
04ac0d52d2
1 changed files with 0 additions and 2 deletions
|
|
@ -21,8 +21,6 @@ class BaseConfig(BaseSettings):
|
||||||
# Set monitoring tool based on available keys
|
# Set monitoring tool based on available keys
|
||||||
if self.langfuse_public_key and self.langfuse_secret_key:
|
if self.langfuse_public_key and self.langfuse_secret_key:
|
||||||
self.monitoring_tool = Observer.LANGFUSE
|
self.monitoring_tool = Observer.LANGFUSE
|
||||||
else:
|
|
||||||
self.monitoring_tool = Observer.NONE
|
|
||||||
|
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue