diff --git a/openllmetry/introduction.mdx b/openllmetry/introduction.mdx index 435e0e7..a2c8c4a 100644 --- a/openllmetry/introduction.mdx +++ b/openllmetry/introduction.mdx @@ -47,7 +47,7 @@ const openai = new OpenAI(); class MyLLM { @traceloop.workflow("joke_creation") - async create_joke(): + async create_joke() { completion = await openai.chat.completions.create({ model: "gpt-3.5-turbo", messages: [{"role": "user", "content": "Tell me a joke about opentelemetry"}],