openai.ChatCompletion.create( ... stream=True, max_tokens=4000, headers = { "Helicone-Auth": "Bearer KEY", "Helicone-Retry-Enabled": "true", "Helicone-User-Id": uuid, "Helicone-Property-Function": "chat_memory()", "Helicone-Property-Agent": agent, "Helicone-RateLimit-Policy": hcone_rate_limit(), "Helicone-Request-Id": hcone_msg_id, "Helicone-Property-FlagMsg": '', "Helicone-Property-rawQuery": query }