We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8b535 commit 3e37f3aCopy full SHA for 3e37f3a
openllmetry/introduction.mdx
@@ -47,7 +47,7 @@ const openai = new OpenAI();
47
48
class MyLLM {
49
@traceloop.workflow("joke_creation")
50
- async create_joke():
+ async create_joke() {
51
completion = await openai.chat.completions.create({
52
model: "gpt-3.5-turbo",
53
messages: [{"role": "user", "content": "Tell me a joke about opentelemetry"}],
0 commit comments