helicone icon indicating copy to clipboard operation
helicone copied to clipboard

🧊 Open source LLM observability platform. One line of code to monitor, evaluate, and experiment. YC W23 🍓

Results 82 helicone issues
Sort by recently updated
recently updated
newest added

### What happened? When I view a request with an image in it the playground throws a client side error. ### Relevant log output ```shell Request ID=d8142410-85a2-4bfb-b668-9f7ab3481107 framework-045fa5964cf7eac6.js:9 Error: Unsupported...

bug

See image ![image](https://github.com/user-attachments/assets/7da9b6ef-cd20-4c86-a1d4-213f1e673a4a)

In my reading of the source code, it looks like vector embeddings are not currently encrypted. This is potentially problematic, since they are (somewhat) reversible. Would you be open to...

Path: /getting-started/integration-method/anthropic We should not be calling private functions. I don't think this is a good idea. :/

This is a problem that I've had several times. I'm running a system of function calls to OpenAI and the responses are JSON. Sometimes, the openai completion doesn't fit the...

The Helicone worker server throws the following error in completion: POST /v1/chat/completions 500 Internal Server Error (104241.23ms) at ServiceWorkerGlobalScope.[kDispatchFetch] (/worker/helicone/worker/node_modules/@miniflare/core/src/standards/event.ts:385:13) at Object.handle (/worker/helicone/worker/node_modules/itty-router/index.mjs:1:614) at /worker/helicone/worker/src/routers/openaiProxyRouter.ts:20:12 at proxyForwarder (/worker/helicone/worker/src/lib/HeliconeProxyRequest/forwarder.ts:66:28) at getCachedResponse...