You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cookbook/openai/tracing_templated_llm_calls.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,6 @@
17
17
{"role": "user", "content": "Make up {{number}} people."},
18
18
],
19
19
template_inputs={"number": "three"}, # with Parea wrapper, we can specify template_inputs which will appear as inputs and are used to fill-in the templated messages
20
-
# metadata={"template_id": "make-up-people-v1"}, # via Parea wrapper, can associate request with any metadata
20
+
metadata={"template_id": "make-up-people-v1"}, # via Parea wrapper, can associate request with any metadata
0 commit comments