We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335ec77 commit eb976cbCopy full SHA for eb976cb
examples/logging/async_simple_logging.py
@@ -4,7 +4,7 @@
4
quotient = AsyncQuotientAI()
5
quotient_logger = quotient.logger.init(
6
# Required
7
- app_name="test-id-create",
+ app_name="my-app",
8
environment="dev",
9
# dynamic labels for slicing/dicing analytics e.g. by customer, feature, etc
10
tags={"model": "gpt-4o", "feature": "customer-support"},
0 commit comments