Integrate any custom LLM with Helicone using the Go Manual Logger. Step-by-step guide for Go implementation to connect your proprietary or open-source models.
Install the Helicone helpers package
Set `HELICONE_API_KEY` as an environment variable
Create a new HeliconeManualLogger instance
Define your operation and make the request
request
: A HeliconeLogRequest (interface) containing the request parametersoperation
: A function that takes a ResultRecorder and returns a resultadditionalHeaders
: A map of string keys to string values