Chainlit / literalai-python

https://docs.getliteral.ai/
Apache License 2.0
8 stars 0 forks source link

feat: allow disabling of chainlit #28

Closed PawelMorawian closed 8 months ago

linear[bot] commented 8 months ago
ENG-554 add a toggle to disable the sdk

the goal is to be able to run the same code (without commenting or removing the sdk code to monitor code) but without the tracing.

willydouhard commented 8 months ago

Can't we make ChainlitClient a function that takes the sames parameters + enabled = True and that function returns the correct client instance accordingly?

PawelMorawian commented 8 months ago

Can't we make ChainlitClient a function that takes the sames parameters + enabled = True and that function returns the correct client instance accordingly?

Great idea, it is fixed now