extra_headers
you need to provide metadata
and pass helicone headers the same wayresponse = completion(
model="gpt-3.5-turbo",
messages=[{"role": "user", "content": "Hi π - i'm openai"}],
metadata={
"Helicone-Property-Hello": "World"
}
)