Skip to content

Commit eb976cb

Browse files
authored
Mike goitia/fix/fix examples (#95)
* fix examples * fix examples * fix examples
1 parent 335ec77 commit eb976cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/logging/async_simple_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
quotient = AsyncQuotientAI()
55
quotient_logger = quotient.logger.init(
66
# Required
7-
app_name="test-id-create",
7+
app_name="my-app",
88
environment="dev",
99
# dynamic labels for slicing/dicing analytics e.g. by customer, feature, etc
1010
tags={"model": "gpt-4o", "feature": "customer-support"},

0 commit comments

Comments
 (0)