Open b0xtch opened 3 months ago
Support custom headers required for observability applications
let client = Client::with_config( OpenAIConfig::default() .with_api_base(api_base) .with_headers(HashMap::from([( "Helicone-Auth".to_string(), format!("Bearer {}", config_env_var("HELICONE_API_KEY")?), )])), );
Thanks for the PR, I'll leave review seperately
Support custom headers required for observability applications