Helicone Community Page

C
K
m
H
E
Members
Abhishek
A
Abhishek
Offline, last seen 2 months ago
Joined August 29, 2024
In the request section of the dashboard when using anyscale API the request and response are not formatted properly whereas with anthropic API it is working fine.

Note- I am using the streaming response with both the APIs.

Attached the screenshot for ref
17 comments
A
a
No data is shown on dashboard and seems like everthing is working

Plain Text
 const client = new Anthropic({
      baseURL: "https://anthropic.hconeai.com/",
      apiKey: process.env.ANTHROPIC_KEY!,
      defaultHeaders: {
        "Helicone-Auth": "Bearer apikey",
      },
    });
2 comments
A
a