Skip to content

Commit ed4ae4d

Browse files
committed
docs: update cookbook
1 parent 9c4705b commit ed4ae4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/openai/tracing_templated_llm_calls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
{"role": "user", "content": "Make up {{number}} people."},
1818
],
1919
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
2121
)
2222
print(response.choices[0].message.content)

0 commit comments

Comments
 (0)