Skip to content

Commit 3e37f3a

Browse files
authored
docs: fix typo in example TS snippet (#109)
1 parent 1b8b535 commit 3e37f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openllmetry/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const openai = new OpenAI();
4747

4848
class MyLLM {
4949
@traceloop.workflow("joke_creation")
50-
async create_joke():
50+
async create_joke() {
5151
completion = await openai.chat.completions.create({
5252
model: "gpt-3.5-turbo",
5353
messages: [{"role": "user", "content": "Tell me a joke about opentelemetry"}],

0 commit comments

Comments
 (0)