You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a custom LLM provider it doesn't seem like the Helicone integration works. I think this is related to the url being used for completion.
For example, when using GROQ the gateway url should be https://groq.helicone.ai/openai/v1 but the url in the Upstash SDK is set to https://gateway.helicone.ai/v1. Using it currently will make the LLM request fail.
The text was updated successfully, but these errors were encountered:
Nice! I started making a PR myself but got sidetracked. Though, my approach was making the interface more similar to a custom provider (with a function).
Path: /qstash/integrations/llm
When using a custom LLM provider it doesn't seem like the Helicone integration works. I think this is related to the url being used for completion.
For example, when using GROQ the gateway url should be https://groq.helicone.ai/openai/v1 but the url in the Upstash SDK is set to https://gateway.helicone.ai/v1. Using it currently will make the LLM request fail.
The text was updated successfully, but these errors were encountered: